Html Css Color HEX #008166 Tropical Rain Forest
📋 copy color: '#008166'red 0 ◦ green 129 ◦ blue 102
Shades of Tropical Rain Forest #008166
Tints of Tropical Rain Forest #008166
RGB
CMYK
RGB Variations
Color information
#008166 (or 0x008166) is known color: Tropical Rain Forest. HEX triplet: 00, 81 and 66. RGB value is (0,129,102). Sum of RGB (Red+Green+Blue) = 0+129+102=231 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 231); Green value is 129 (50.78% from 255 or 55.84% from 231); Blue value is 102 (40.23% from 255 or 44.16% from 231); Max value from RGB is 129 - color contains mainly: green. Hex color #008166 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #008166 is #FF7E99. Grayscale: #575757. Windows color (decimal): -16744090 or 6717696. OLE color: 6717696.
HSL color Cylindrical-coordinate representation of color #008166: hue angle of 167.44º 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 #008166 is Cyan = 1, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 0 | 129 | 102 | - |
| CMYK | 1 | 0 | 0.21 | 0.49 |
| HSL | 167.44º | 1% | 0.25% | - |
| HSV(B) | 167.44º | 1% | 0.51% | - |
| XYZ | 10.25 | 16.66 | 15.25 | - |
| YUV | 87.35 | 136.26 | 65.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 129 | 102 | 1 | 0 | 0.21 | 0.49 | 167.44 | 1 | 0.25 |
| Hex | 0 | 81 | 66 | 64 | 0 | 15 | 31 | A7 | 64 | 19 |
| Octal | 0 | 201 | 146 | 144 | 0 | 25 | 61 | 247 | 144 | 31 |
| Binary | 0 | 10000001 | 1100110 | 1100100 | 0 | 10101 | 110001 | 10100111 | 1100100 | 11001 |
Color Harmonies of #008166
Complementary color
Monochromatic Colors of #008166
Black with #008166
Text Example
Text Example
White with #008166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008166; }
p { color: rgb(0,129,102); }
H1.HeaderClassName
{
color: #008166;
}
.AnyTagClassName
{
color: #008166;
}
</style>
background-color css
<style>
a { background-color: #008166; }
a { background-color: rgb(0,129,102); }
div.DivClassName
{
background-color: #008166;
}
.BgClassName
{
background-color: #008166;
}
</style>
border-color css
<style>
span { border-color: #008166; }
span { border-color: rgb(0,129,102); }
td.TdClassName
{
border-color: #008166;
}
.TagClassName
{
border-color: #008166;
}
</style>