#0C806B

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

Shades of Deep Sea #0C806B

Tints of Deep Sea #0C806B

Color information

#0C806B (or 0x0C806B) is unknown color: approx Deep Sea. HEX triplet: 0C, 80 and 6B. RGB value is (12,128,107). Sum of RGB (Red+Green+Blue) = 12+128+107=247 (32% of max value = 765). Red value is 12 (5.08% from 255 or 4.86% from 247); Green value is 128 (50.39% from 255 or 51.82% from 247); Blue value is 107 (42.19% from 255 or 43.32% from 247); Max value from RGB is 128 - color contains mainly: green. Hex color #0C806B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0C806B is #F37F94. Grayscale: #5A5A5A. Windows color (decimal): -15957909 or 7045132. OLE color: 7045132.

HSL color Cylindrical-coordinate representation of color #0C806B: hue angle of 169.14º degrees, saturation: 0.83, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0C806B is Cyan = 0.91, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.50.

Color convert

RGB12128107-
CMYK0.9100.160.50
HSL169.14º82.86%27.45%-
HSV(B)169.14º90.62%50.2%-
XYZ10.5216.5816.56-
YUV90.92137.0771.71-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.86%
GREEN value IS 128 (50.39% from 255) = 51.82%
BLUE value IS 107 (42.19% from 255) = 43.32%
R=4.86%
G=51.82%
B=43.32%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal121281070.9100.160.50169.1482.8627.45
HexC806B5B01032a9531b
Octal142001531330206225112333
Binary1100100000001101011101101101000011001010101001101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C806B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,128,107); }

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

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

 a { background-color: rgb(12,128,107); }

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

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

 span { border-color: rgb(12,128,107); }

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