Html Css Color HEX #0C6E5E Tropical Rain Forest
📋 copy color: '#0C6E5E'red 12 ◦ green 110 ◦ blue 94
Shades of Tropical Rain Forest #0C6E5E
Tints of Tropical Rain Forest #0C6E5E
RGB
CMYK
RGB Variations
Color information
#0C6E5E (or 0x0C6E5E) is known color: Tropical Rain Forest. HEX triplet: 0C, 6E and 5E. RGB value is (12,110,94). Sum of RGB (Red+Green+Blue) = 12+110+94=216 (28% of max value = 765). Red value is 12 (5.08% from 255 or 5.56% from 216); Green value is 110 (43.36% from 255 or 50.93% from 216); Blue value is 94 (37.11% from 255 or 43.52% from 216); Max value from RGB is 110 - color contains mainly: green. Hex color #0C6E5E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C6E5E is #F391A1. Grayscale: #4E4E4E. Windows color (decimal): -15962530 or 6188556. OLE color: 6188556.
HSL color Cylindrical-coordinate representation of color #0C6E5E: hue angle of 170.2º degrees, saturation: 0.8, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0C6E5E is Cyan = 0.89, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 12 | 110 | 94 | - |
| CMYK | 0.89 | 0 | 0.15 | 0.57 |
| HSL | 170.2º | 0.8% | 0.24% | - |
| HSV(B) | 170.2º | 0.89% | 0.43% | - |
| XYZ | 7.75 | 12.04 | 12.5 | - |
| YUV | 78.87 | 136.53 | 80.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 110 | 94 | 0.89 | 0 | 0.15 | 0.57 | 170.2 | 0.8 | 0.24 |
| Hex | C | 6E | 5E | 59 | 0 | F | 39 | AA | 50 | 18 |
| Octal | 14 | 156 | 136 | 131 | 0 | 17 | 71 | 252 | 120 | 30 |
| Binary | 1100 | 1101110 | 1011110 | 1011001 | 0 | 1111 | 111001 | 10101010 | 1010000 | 11000 |
Color Harmonies of #0C6E5E
Complementary color
Monochromatic Colors of #0C6E5E
Black with #0C6E5E
Text Example
Text Example
White with #0C6E5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C6E5E; }
p { color: rgb(12,110,94); }
H1.HeaderClassName
{
color: #0C6E5E;
}
.AnyTagClassName
{
color: #0C6E5E;
}
</style>
background-color css
<style>
a { background-color: #0C6E5E; }
a { background-color: rgb(12,110,94); }
div.DivClassName
{
background-color: #0C6E5E;
}
.BgClassName
{
background-color: #0C6E5E;
}
</style>
border-color css
<style>
span { border-color: #0C6E5E; }
span { border-color: rgb(12,110,94); }
td.TdClassName
{
border-color: #0C6E5E;
}
.TagClassName
{
border-color: #0C6E5E;
}
</style>