Html Css Color HEX #126E5A Tropical Rain Forest
📋 copy color: '#126E5A'red 18 ◦ green 110 ◦ blue 90
Shades of Tropical Rain Forest #126E5A
Tints of Tropical Rain Forest #126E5A
RGB
CMYK
RGB Variations
Color information
#126E5A (or 0x126E5A) is known color: Tropical Rain Forest. HEX triplet: 12, 6E and 5A. RGB value is (18,110,90). Sum of RGB (Red+Green+Blue) = 18+110+90=218 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.26% from 218); Green value is 110 (43.36% from 255 or 50.46% from 218); Blue value is 90 (35.55% from 255 or 41.28% from 218); Max value from RGB is 110 - color contains mainly: green. Hex color #126E5A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #126E5A is #ED91A5. Grayscale: #505050. Windows color (decimal): -15569318 or 5926418. OLE color: 5926418.
HSL color Cylindrical-coordinate representation of color #126E5A: hue angle of 166.96º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #126E5A is Cyan = 0.84, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 18 | 110 | 90 | - |
| CMYK | 0.84 | 0 | 0.18 | 0.57 |
| HSL | 166.96º | 0.72% | 0.25% | - |
| HSV(B) | 166.96º | 0.84% | 0.43% | - |
| XYZ | 7.67 | 12.02 | 11.59 | - |
| YUV | 80.21 | 133.52 | 83.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 110 | 90 | 0.84 | 0 | 0.18 | 0.57 | 166.96 | 0.72 | 0.25 |
| Hex | 12 | 6E | 5A | 54 | 0 | 12 | 39 | A7 | 48 | 19 |
| Octal | 22 | 156 | 132 | 124 | 0 | 22 | 71 | 247 | 110 | 31 |
| Binary | 10010 | 1101110 | 1011010 | 1010100 | 0 | 10010 | 111001 | 10100111 | 1001000 | 11001 |
Color Harmonies of #126E5A
Complementary color
Monochromatic Colors of #126E5A
Black with #126E5A
Text Example
Text Example
White with #126E5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #126E5A; }
p { color: rgb(18,110,90); }
H1.HeaderClassName
{
color: #126E5A;
}
.AnyTagClassName
{
color: #126E5A;
}
</style>
background-color css
<style>
a { background-color: #126E5A; }
a { background-color: rgb(18,110,90); }
div.DivClassName
{
background-color: #126E5A;
}
.BgClassName
{
background-color: #126E5A;
}
</style>
border-color css
<style>
span { border-color: #126E5A; }
span { border-color: rgb(18,110,90); }
td.TdClassName
{
border-color: #126E5A;
}
.TagClassName
{
border-color: #126E5A;
}
</style>