Shades of Deep Sea #0C8A5A
Tints of Deep Sea #0C8A5A
RGB
CMYK
RGB Variations
Color information
#0C8A5A (or 0x0C8A5A) is known color: Deep Sea. HEX triplet: 0C, 8A and 5A. RGB value is (12,138,90). Sum of RGB (Red+Green+Blue) = 12+138+90=240 (31% of max value = 765). Red value is 12 (5.08% from 255 or 5% from 240); Green value is 138 (54.30% from 255 or 57.5% from 240); Blue value is 90 (35.55% from 255 or 37.5% from 240); Max value from RGB is 138 - color contains mainly: green. Hex color #0C8A5A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0C8A5A is #F375A5. Grayscale: #5E5E5E. Windows color (decimal): -15955366 or 5933580. OLE color: 5933580.
HSL color Cylindrical-coordinate representation of color #0C8A5A: hue angle of 157.14º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0C8A5A is Cyan = 0.91, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 12 | 138 | 90 | - |
| CMYK | 0.91 | 0 | 0.35 | 0.46 |
| HSL | 157.14º | 0.84% | 0.29% | - |
| HSV(B) | 157.14º | 0.91% | 0.54% | - |
| XYZ | 11.09 | 18.99 | 12.75 | - |
| YUV | 94.85 | 125.26 | 68.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 138 | 90 | 0.91 | 0 | 0.35 | 0.46 | 157.14 | 0.84 | 0.29 |
| Hex | C | 8A | 5A | 5B | 0 | 23 | 2E | 9D | 54 | 1D |
| Octal | 14 | 212 | 132 | 133 | 0 | 43 | 56 | 235 | 124 | 35 |
| Binary | 1100 | 10001010 | 1011010 | 1011011 | 0 | 100011 | 101110 | 10011101 | 1010100 | 11101 |
Color Harmonies of #0C8A5A
Complementary color
Monochromatic Colors of #0C8A5A
Black with #0C8A5A
Text Example
Text Example
White with #0C8A5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C8A5A; }
p { color: rgb(12,138,90); }
H1.HeaderClassName
{
color: #0C8A5A;
}
.AnyTagClassName
{
color: #0C8A5A;
}
</style>
background-color css
<style>
a { background-color: #0C8A5A; }
a { background-color: rgb(12,138,90); }
div.DivClassName
{
background-color: #0C8A5A;
}
.BgClassName
{
background-color: #0C8A5A;
}
</style>
border-color css
<style>
span { border-color: #0C8A5A; }
span { border-color: rgb(12,138,90); }
td.TdClassName
{
border-color: #0C8A5A;
}
.TagClassName
{
border-color: #0C8A5A;
}
</style>