Html Css Color HEX #0E7160 Tropical Rain Forest
📋 copy color: '#0E7160'red 14 ◦ green 113 ◦ blue 96
Shades of Tropical Rain Forest #0E7160
Tints of Tropical Rain Forest #0E7160
RGB
CMYK
RGB Variations
Color information
#0E7160 (or 0x0E7160) is known color: Tropical Rain Forest. HEX triplet: 0E, 71 and 60. RGB value is (14,113,96). Sum of RGB (Red+Green+Blue) = 14+113+96=223 (29% of max value = 765). Red value is 14 (5.86% from 255 or 6.28% from 223); Green value is 113 (44.53% from 255 or 50.67% from 223); Blue value is 96 (37.89% from 255 or 43.05% from 223); Max value from RGB is 113 - color contains mainly: green. Hex color #0E7160 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E7160 is #F18E9F. Grayscale: #515151. Windows color (decimal): -15830688 or 6320398. OLE color: 6320398.
HSL color Cylindrical-coordinate representation of color #0E7160: hue angle of 169.7º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0E7160 is Cyan = 0.88, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 14 | 113 | 96 | - |
| CMYK | 0.88 | 0 | 0.15 | 0.56 |
| HSL | 169.7º | 0.78% | 0.25% | - |
| HSV(B) | 169.7º | 0.88% | 0.44% | - |
| XYZ | 8.2 | 12.75 | 13.09 | - |
| YUV | 81.46 | 136.2 | 79.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 113 | 96 | 0.88 | 0 | 0.15 | 0.56 | 169.7 | 0.78 | 0.25 |
| Hex | E | 71 | 60 | 58 | 0 | F | 38 | AA | 4E | 19 |
| Octal | 16 | 161 | 140 | 130 | 0 | 17 | 70 | 252 | 116 | 31 |
| Binary | 1110 | 1110001 | 1100000 | 1011000 | 0 | 1111 | 111000 | 10101010 | 1001110 | 11001 |
Color Harmonies of #0E7160
Complementary color
Monochromatic Colors of #0E7160
Black with #0E7160
Text Example
Text Example
White with #0E7160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E7160; }
p { color: rgb(14,113,96); }
H1.HeaderClassName
{
color: #0E7160;
}
.AnyTagClassName
{
color: #0E7160;
}
</style>
background-color css
<style>
a { background-color: #0E7160; }
a { background-color: rgb(14,113,96); }
div.DivClassName
{
background-color: #0E7160;
}
.BgClassName
{
background-color: #0E7160;
}
</style>
border-color css
<style>
span { border-color: #0E7160; }
span { border-color: rgb(14,113,96); }
td.TdClassName
{
border-color: #0E7160;
}
.TagClassName
{
border-color: #0E7160;
}
</style>