#0C7E66

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

Shades of Deep Sea #0C7E66

Tints of Deep Sea #0C7E66

Color information

#0C7E66 (or 0x0C7E66) is unknown color: approx Deep Sea. HEX triplet: 0C, 7E and 66. RGB value is (12,126,102). Sum of RGB (Red+Green+Blue) = 12+126+102=240 (31% of max value = 765). Red value is 12 (5.08% from 255 or 5% from 240); Green value is 126 (49.61% from 255 or 52.5% from 240); Blue value is 102 (40.23% from 255 or 42.5% from 240); Max value from RGB is 126 - color contains mainly: green. Hex color #0C7E66 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C7E66 is #F38199. Grayscale: #595959. Windows color (decimal): -15958426 or 6716940. OLE color: 6716940.

HSL color Cylindrical-coordinate representation of color #0C7E66: hue angle of 167.37º degrees, saturation: 0.83, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0C7E66 is Cyan = 0.90, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.51.

Color convert

RGB12126102-
CMYK0.9000.190.51
HSL167.37º82.61%27.06%-
HSV(B)167.37º90.48%49.41%-
XYZ10.0115.9615.12-
YUV89.18135.2372.95-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5%
GREEN value IS 126 (49.61% from 255) = 52.5%
BLUE value IS 102 (40.23% from 255) = 42.5%
R=5%
G=52.5%
B=42.5%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal121261020.9000.190.51167.3782.6127.06
HexC7E665A01333a7531b
Octal141761461320236324712333
Binary110011111101100110101101001001111001110100111101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C7E66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,126,102); }

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

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

 a { background-color: rgb(12,126,102); }

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

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

 span { border-color: rgb(12,126,102); }

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