#0C866C

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

Shades of Deep Sea #0C866C

Tints of Deep Sea #0C866C

Color information

#0C866C (or 0x0C866C) is unknown color: approx Deep Sea. HEX triplet: 0C, 86 and 6C. RGB value is (12,134,108). Sum of RGB (Red+Green+Blue) = 12+134+108=254 (33% of max value = 765). Red value is 12 (5.08% from 255 or 4.72% from 254); Green value is 134 (52.73% from 255 or 52.76% from 254); Blue value is 108 (42.58% from 255 or 42.52% from 254); Max value from RGB is 134 - color contains mainly: green. Hex color #0C866C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0C866C is #F37993. Grayscale: #5E5E5E. Windows color (decimal): -15956372 or 7112204. OLE color: 7112204.

HSL color Cylindrical-coordinate representation of color #0C866C: hue angle of 167.21º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0C866C is Cyan = 0.91, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.47.

Color convert

RGB12134108-
CMYK0.9100.190.47
HSL167.21º83.56%28.63%-
HSV(B)167.21º91.04%52.55%-
XYZ11.3818.2117.1-
YUV94.56135.5869.11-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.72%
GREEN value IS 134 (52.73% from 255) = 52.76%
BLUE value IS 108 (42.58% from 255) = 42.52%
R=4.72%
G=52.76%
B=42.52%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal121341080.9100.190.47167.2183.5628.63
HexC866C5B0132Fa7541d
Octal142061541330235724712435
Binary1100100001101101100101101101001110111110100111101010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C866C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,134,108); }

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

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

 a { background-color: rgb(12,134,108); }

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

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

 span { border-color: rgb(12,134,108); }

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