Shades of Deep Sea #0C8A5C
Tints of Deep Sea #0C8A5C
RGB
CMYK
RGB Variations
Color information
#0C8A5C (or 0x0C8A5C) is known color: Deep Sea. HEX triplet: 0C, 8A and 5C. RGB value is (12,138,92). Sum of RGB (Red+Green+Blue) = 12+138+92=242 (32% of max value = 765). Red value is 12 (5.08% from 255 or 4.96% from 242); Green value is 138 (54.30% from 255 or 57.02% from 242); Blue value is 92 (36.33% from 255 or 38.02% from 242); Max value from RGB is 138 - color contains mainly: green. Hex color #0C8A5C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0C8A5C is #F375A3. Grayscale: #5F5F5F. Windows color (decimal): -15955364 or 6064652. OLE color: 6064652.
HSL color Cylindrical-coordinate representation of color #0C8A5C: hue angle of 158.1º 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 #0C8A5C is Cyan = 0.91, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 12 | 138 | 92 | - |
| CMYK | 0.91 | 0 | 0.33 | 0.46 |
| HSL | 158.1º | 0.84% | 0.29% | - |
| HSV(B) | 158.1º | 0.91% | 0.54% | - |
| XYZ | 11.17 | 19.03 | 13.21 | - |
| YUV | 95.08 | 126.26 | 68.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 138 | 92 | 0.91 | 0 | 0.33 | 0.46 | 158.1 | 0.84 | 0.29 |
| Hex | C | 8A | 5C | 5B | 0 | 21 | 2E | 9E | 54 | 1D |
| Octal | 14 | 212 | 134 | 133 | 0 | 41 | 56 | 236 | 124 | 35 |
| Binary | 1100 | 10001010 | 1011100 | 1011011 | 0 | 100001 | 101110 | 10011110 | 1010100 | 11101 |
Color Harmonies of #0C8A5C
Complementary color
Monochromatic Colors of #0C8A5C
Black with #0C8A5C
Text Example
Text Example
White with #0C8A5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C8A5C; }
p { color: rgb(12,138,92); }
H1.HeaderClassName
{
color: #0C8A5C;
}
.AnyTagClassName
{
color: #0C8A5C;
}
</style>
background-color css
<style>
a { background-color: #0C8A5C; }
a { background-color: rgb(12,138,92); }
div.DivClassName
{
background-color: #0C8A5C;
}
.BgClassName
{
background-color: #0C8A5C;
}
</style>
border-color css
<style>
span { border-color: #0C8A5C; }
span { border-color: rgb(12,138,92); }
td.TdClassName
{
border-color: #0C8A5C;
}
.TagClassName
{
border-color: #0C8A5C;
}
</style>