Shades of Deep Sea #0C8B5C
Tints of Deep Sea #0C8B5C
RGB
CMYK
RGB Variations
Color information
#0C8B5C (or 0x0C8B5C) is known color: Deep Sea. HEX triplet: 0C, 8B and 5C. RGB value is (12,139,92). Sum of RGB (Red+Green+Blue) = 12+139+92=243 (32% of max value = 765). Red value is 12 (5.08% from 255 or 4.94% from 243); Green value is 139 (54.69% from 255 or 57.20% from 243); Blue value is 92 (36.33% from 255 or 37.86% from 243); Max value from RGB is 139 - color contains mainly: green. Hex color #0C8B5C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0C8B5C is #F374A3. Grayscale: #5F5F5F. Windows color (decimal): -15955108 or 6064908. OLE color: 6064908.
HSL color Cylindrical-coordinate representation of color #0C8B5C: hue angle of 157.8º degrees, saturation: 0.84, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0C8B5C is Cyan = 0.91, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 12 | 139 | 92 | - |
| CMYK | 0.91 | 0 | 0.34 | 0.45 |
| HSL | 157.8º | 0.84% | 0.3% | - |
| HSV(B) | 157.8º | 0.91% | 0.55% | - |
| XYZ | 11.32 | 19.32 | 13.26 | - |
| YUV | 95.67 | 125.92 | 68.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 139 | 92 | 0.91 | 0 | 0.34 | 0.45 | 157.8 | 0.84 | 0.3 |
| Hex | C | 8B | 5C | 5B | 0 | 22 | 2D | 9E | 54 | 1E |
| Octal | 14 | 213 | 134 | 133 | 0 | 42 | 55 | 236 | 124 | 36 |
| Binary | 1100 | 10001011 | 1011100 | 1011011 | 0 | 100010 | 101101 | 10011110 | 1010100 | 11110 |
Color Harmonies of #0C8B5C
Complementary color
Monochromatic Colors of #0C8B5C
Black with #0C8B5C
Text Example
Text Example
White with #0C8B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C8B5C; }
p { color: rgb(12,139,92); }
H1.HeaderClassName
{
color: #0C8B5C;
}
.AnyTagClassName
{
color: #0C8B5C;
}
</style>
background-color css
<style>
a { background-color: #0C8B5C; }
a { background-color: rgb(12,139,92); }
div.DivClassName
{
background-color: #0C8B5C;
}
.BgClassName
{
background-color: #0C8B5C;
}
</style>
border-color css
<style>
span { border-color: #0C8B5C; }
span { border-color: rgb(12,139,92); }
td.TdClassName
{
border-color: #0C8B5C;
}
.TagClassName
{
border-color: #0C8B5C;
}
</style>