Html Css Color HEX #008266 Tropical Rain Forest
📋 copy color: '#008266'red 0 ◦ green 130 ◦ blue 102
Shades of Tropical Rain Forest #008266
Tints of Tropical Rain Forest #008266
RGB
CMYK
RGB Variations
Color information
#008266 (or 0x008266) is known color: Tropical Rain Forest. HEX triplet: 00, 82 and 66. RGB value is (0,130,102). Sum of RGB (Red+Green+Blue) = 0+130+102=232 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 232); Green value is 130 (51.17% from 255 or 56.03% from 232); Blue value is 102 (40.23% from 255 or 43.97% from 232); Max value from RGB is 130 - color contains mainly: green. Hex color #008266 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #008266 is #FF7D99. Grayscale: #575757. Windows color (decimal): -16743834 or 6717952. OLE color: 6717952.
HSL color Cylindrical-coordinate representation of color #008266: hue angle of 167.08º 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 #008266 is Cyan = 1, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 0 | 130 | 102 | - |
| CMYK | 1 | 0 | 0.22 | 0.49 |
| HSL | 167.08º | 1% | 0.25% | - |
| HSV(B) | 167.08º | 1% | 0.51% | - |
| XYZ | 10.38 | 16.92 | 15.29 | - |
| YUV | 87.94 | 135.93 | 65.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 130 | 102 | 1 | 0 | 0.22 | 0.49 | 167.08 | 1 | 0.25 |
| Hex | 0 | 82 | 66 | 64 | 0 | 16 | 31 | A7 | 64 | 19 |
| Octal | 0 | 202 | 146 | 144 | 0 | 26 | 61 | 247 | 144 | 31 |
| Binary | 0 | 10000010 | 1100110 | 1100100 | 0 | 10110 | 110001 | 10100111 | 1100100 | 11001 |
Color Harmonies of #008266
Complementary color
Monochromatic Colors of #008266
Black with #008266
Text Example
Text Example
White with #008266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008266; }
p { color: rgb(0,130,102); }
H1.HeaderClassName
{
color: #008266;
}
.AnyTagClassName
{
color: #008266;
}
</style>
background-color css
<style>
a { background-color: #008266; }
a { background-color: rgb(0,130,102); }
div.DivClassName
{
background-color: #008266;
}
.BgClassName
{
background-color: #008266;
}
</style>
border-color css
<style>
span { border-color: #008266; }
span { border-color: rgb(0,130,102); }
td.TdClassName
{
border-color: #008266;
}
.TagClassName
{
border-color: #008266;
}
</style>