Shades of Tropical Rain Forest #016E58
Tints of Tropical Rain Forest #016E58
RGB
CMYK
RGB Variations
Color information
#016E58 (or 0x016E58) is known color: Tropical Rain Forest. HEX triplet: 01, 6E and 58. RGB value is (1,110,88). Sum of RGB (Red+Green+Blue) = 1+110+88=199 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.50% from 199); Green value is 110 (43.36% from 255 or 55.28% from 199); Blue value is 88 (34.77% from 255 or 44.22% from 199); Max value from RGB is 110 - color contains mainly: green. Hex color #016E58 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #016E58 is #FE91A7. Grayscale: #4A4A4A. Windows color (decimal): -16683432 or 5795329. OLE color: 5795329.
HSL color Cylindrical-coordinate representation of color #016E58: hue angle of 167.89º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016E58 is Cyan = 0.99, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 1 | 110 | 88 | - |
| CMYK | 0.99 | 0 | 0.2 | 0.57 |
| HSL | 167.89º | 0.98% | 0.22% | - |
| HSV(B) | 167.89º | 0.99% | 0.43% | - |
| XYZ | 7.35 | 11.86 | 11.13 | - |
| YUV | 74.9 | 135.39 | 75.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 110 | 88 | 0.99 | 0 | 0.2 | 0.57 | 167.89 | 0.98 | 0.22 |
| Hex | 1 | 6E | 58 | 63 | 0 | 14 | 39 | A8 | 62 | 16 |
| Octal | 1 | 156 | 130 | 143 | 0 | 24 | 71 | 250 | 142 | 26 |
| Binary | 1 | 1101110 | 1011000 | 1100011 | 0 | 10100 | 111001 | 10101000 | 1100010 | 10110 |
Color Harmonies of #016E58
Complementary color
Monochromatic Colors of #016E58
Black with #016E58
Text Example
Text Example
White with #016E58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016E58; }
p { color: rgb(1,110,88); }
H1.HeaderClassName
{
color: #016E58;
}
.AnyTagClassName
{
color: #016E58;
}
</style>
background-color css
<style>
a { background-color: #016E58; }
a { background-color: rgb(1,110,88); }
div.DivClassName
{
background-color: #016E58;
}
.BgClassName
{
background-color: #016E58;
}
</style>
border-color css
<style>
span { border-color: #016E58; }
span { border-color: rgb(1,110,88); }
td.TdClassName
{
border-color: #016E58;
}
.TagClassName
{
border-color: #016E58;
}
</style>