Html Css Color HEX #0C6C58 Tropical Rain Forest
📋 copy color: '#0C6C58'red 12 ◦ green 108 ◦ blue 88
Shades of Tropical Rain Forest #0C6C58
Tints of Tropical Rain Forest #0C6C58
RGB
CMYK
RGB Variations
Color information
#0C6C58 (or 0x0C6C58) is known color: Tropical Rain Forest. HEX triplet: 0C, 6C and 58. RGB value is (12,108,88). Sum of RGB (Red+Green+Blue) = 12+108+88=208 (27% of max value = 765). Red value is 12 (5.08% from 255 or 5.77% from 208); Green value is 108 (42.58% from 255 or 51.92% from 208); Blue value is 88 (34.77% from 255 or 42.31% from 208); Max value from RGB is 108 - color contains mainly: green. Hex color #0C6C58 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C6C58 is #F393A7. Grayscale: #4D4D4D. Windows color (decimal): -15963048 or 5794828. OLE color: 5794828.
HSL color Cylindrical-coordinate representation of color #0C6C58: hue angle of 167.5º degrees, saturation: 0.8, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0C6C58 is Cyan = 0.89, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 12 | 108 | 88 | - |
| CMYK | 0.89 | 0 | 0.19 | 0.58 |
| HSL | 167.5º | 0.8% | 0.24% | - |
| HSV(B) | 167.5º | 0.89% | 0.42% | - |
| XYZ | 7.28 | 11.51 | 11.07 | - |
| YUV | 77.02 | 134.2 | 81.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 108 | 88 | 0.89 | 0 | 0.19 | 0.58 | 167.5 | 0.8 | 0.24 |
| Hex | C | 6C | 58 | 59 | 0 | 13 | 3A | A8 | 50 | 18 |
| Octal | 14 | 154 | 130 | 131 | 0 | 23 | 72 | 250 | 120 | 30 |
| Binary | 1100 | 1101100 | 1011000 | 1011001 | 0 | 10011 | 111010 | 10101000 | 1010000 | 11000 |
Color Harmonies of #0C6C58
Complementary color
Monochromatic Colors of #0C6C58
Black with #0C6C58
Text Example
Text Example
White with #0C6C58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C6C58; }
p { color: rgb(12,108,88); }
H1.HeaderClassName
{
color: #0C6C58;
}
.AnyTagClassName
{
color: #0C6C58;
}
</style>
background-color css
<style>
a { background-color: #0C6C58; }
a { background-color: rgb(12,108,88); }
div.DivClassName
{
background-color: #0C6C58;
}
.BgClassName
{
background-color: #0C6C58;
}
</style>
border-color css
<style>
span { border-color: #0C6C58; }
span { border-color: rgb(12,108,88); }
td.TdClassName
{
border-color: #0C6C58;
}
.TagClassName
{
border-color: #0C6C58;
}
</style>