#0F7266

Color #0F7266 Deep Sea (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Sea #0F7266

Tints of Deep Sea #0F7266

Color information

#0F7266 (or 0x0F7266) is unknown color: approx Deep Sea. HEX triplet: 0F, 72 and 66. RGB value is (15,114,102). Sum of RGB (Red+Green+Blue) = 15+114+102=231 (30% of max value = 765). Red value is 15 (6.25% from 255 or 6.49% from 231); Green value is 114 (44.92% from 255 or 49.35% from 231); Blue value is 102 (40.23% from 255 or 44.16% from 231); Max value from RGB is 114 - color contains mainly: green. Hex color #0F7266 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F7266 is #F08D99. Grayscale: #525252. Windows color (decimal): -15764890 or 6713871. OLE color: 6713871.

HSL color Cylindrical-coordinate representation of color #0F7266: hue angle of 172.73º degrees, saturation: 0.77, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0F7266 is Cyan = 0.87, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.55.

Color convert

RGB15114102-
CMYK0.8700.110.55
HSL172.73º76.74%25.29%-
HSV(B)172.73º86.84%44.71%-
XYZ8.6113.114.64-
YUV83.03138.779.48-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 15 (6.25% from 255) = 6.49%
GREEN value IS 114 (44.92% from 255) = 49.35%
BLUE value IS 102 (40.23% from 255) = 44.16%
R=6.49%
G=49.35%
B=44.16%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal151141020.8700.110.55172.7376.7425.29
HexF7266570B37ad4d19
Octal171621461270136725511531
Binary11111110010110011010101110101111011110101101100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F7266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0F7266; }

 p { color: rgb(15,114,102); }

 H1.HeaderClassName
 {
   color: #0F7266;
 }
 .AnyTagClassName
 {
   color: #0F7266;
 }
</style>
background-color css

<style>
 a { background-color: #0F7266; }

 a { background-color: rgb(15,114,102); }

 div.DivClassName
 {
   background-color: #0F7266;
 }
 .BgClassName
 {
   background-color: #0F7266;
 }
</style>
border-color css

<style>
 span { border-color: #0F7266; }

 span { border-color: rgb(15,114,102); }

 td.TdClassName
 {
   border-color: #0F7266;
 }
 .TagClassName
 {
   border-color: #0F7266;
 }
</style>