Shades of Tropical Rain Forest #008160
Tints of Tropical Rain Forest #008160
RGB
CMYK
RGB Variations
Color information
#008160 (or 0x008160) is known color: Tropical Rain Forest. HEX triplet: 00, 81 and 60. RGB value is (0,129,96). Sum of RGB (Red+Green+Blue) = 0+129+96=225 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 225); Green value is 129 (50.78% from 255 or 57.33% from 225); Blue value is 96 (37.89% from 255 or 42.67% from 225); Max value from RGB is 129 - color contains mainly: green. Hex color #008160 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #008160 is #FF7E9F. Grayscale: #565656. Windows color (decimal): -16744096 or 6324480. OLE color: 6324480.
HSL color Cylindrical-coordinate representation of color #008160: hue angle of 164.65º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008160 is Cyan = 1, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 0 | 129 | 96 | - |
| CMYK | 1 | 0 | 0.26 | 0.49 |
| HSL | 164.65º | 1% | 0.25% | - |
| HSV(B) | 164.65º | 1% | 0.51% | - |
| XYZ | 9.96 | 16.55 | 13.73 | - |
| YUV | 86.67 | 133.26 | 66.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 129 | 96 | 1 | 0 | 0.26 | 0.49 | 164.65 | 1 | 0.25 |
| Hex | 0 | 81 | 60 | 64 | 0 | 1A | 31 | A5 | 64 | 19 |
| Octal | 0 | 201 | 140 | 144 | 0 | 32 | 61 | 245 | 144 | 31 |
| Binary | 0 | 10000001 | 1100000 | 1100100 | 0 | 11010 | 110001 | 10100101 | 1100100 | 11001 |
Color Harmonies of #008160
Complementary color
Monochromatic Colors of #008160
Black with #008160
Text Example
Text Example
White with #008160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008160; }
p { color: rgb(0,129,96); }
H1.HeaderClassName
{
color: #008160;
}
.AnyTagClassName
{
color: #008160;
}
</style>
background-color css
<style>
a { background-color: #008160; }
a { background-color: rgb(0,129,96); }
div.DivClassName
{
background-color: #008160;
}
.BgClassName
{
background-color: #008160;
}
</style>
border-color css
<style>
span { border-color: #008160; }
span { border-color: rgb(0,129,96); }
td.TdClassName
{
border-color: #008160;
}
.TagClassName
{
border-color: #008160;
}
</style>