Shades of Deep Sea #0C8B5B
Tints of Deep Sea #0C8B5B
RGB
CMYK
RGB Variations
Color information
#0C8B5B (or 0x0C8B5B) is known color: Deep Sea. HEX triplet: 0C, 8B and 5B. RGB value is (12,139,91). Sum of RGB (Red+Green+Blue) = 12+139+91=242 (32% of max value = 765). Red value is 12 (5.08% from 255 or 4.96% from 242); Green value is 139 (54.69% from 255 or 57.44% from 242); Blue value is 91 (35.94% from 255 or 37.60% from 242); Max value from RGB is 139 - color contains mainly: green. Hex color #0C8B5B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0C8B5B is #F374A4. Grayscale: #5F5F5F. Windows color (decimal): -15955109 or 5999372. OLE color: 5999372.
HSL color Cylindrical-coordinate representation of color #0C8B5B: hue angle of 157.32º 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 #0C8B5B is Cyan = 0.91, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 12 | 139 | 91 | - |
| CMYK | 0.91 | 0 | 0.35 | 0.45 |
| HSL | 157.32º | 0.84% | 0.3% | - |
| HSV(B) | 157.32º | 0.91% | 0.55% | - |
| XYZ | 11.27 | 19.3 | 13.03 | - |
| YUV | 95.56 | 125.42 | 68.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 139 | 91 | 0.91 | 0 | 0.35 | 0.45 | 157.32 | 0.84 | 0.3 |
| Hex | C | 8B | 5B | 5B | 0 | 23 | 2D | 9D | 54 | 1E |
| Octal | 14 | 213 | 133 | 133 | 0 | 43 | 55 | 235 | 124 | 36 |
| Binary | 1100 | 10001011 | 1011011 | 1011011 | 0 | 100011 | 101101 | 10011101 | 1010100 | 11110 |
Color Harmonies of #0C8B5B
Complementary color
Monochromatic Colors of #0C8B5B
Black with #0C8B5B
Text Example
Text Example
White with #0C8B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C8B5B; }
p { color: rgb(12,139,91); }
H1.HeaderClassName
{
color: #0C8B5B;
}
.AnyTagClassName
{
color: #0C8B5B;
}
</style>
background-color css
<style>
a { background-color: #0C8B5B; }
a { background-color: rgb(12,139,91); }
div.DivClassName
{
background-color: #0C8B5B;
}
.BgClassName
{
background-color: #0C8B5B;
}
</style>
border-color css
<style>
span { border-color: #0C8B5B; }
span { border-color: rgb(12,139,91); }
td.TdClassName
{
border-color: #0C8B5B;
}
.TagClassName
{
border-color: #0C8B5B;
}
</style>