Html Css Color HEX #057666 Tropical Rain Forest
📋 copy color: '#057666'red 5 ◦ green 118 ◦ blue 102
Shades of Tropical Rain Forest #057666
Tints of Tropical Rain Forest #057666
RGB
CMYK
RGB Variations
Color information
#057666 (or 0x057666) is known color: Tropical Rain Forest. HEX triplet: 05, 76 and 66. RGB value is (5,118,102). Sum of RGB (Red+Green+Blue) = 5+118+102=225 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.22% from 225); Green value is 118 (46.48% from 255 or 52.44% from 225); Blue value is 102 (40.23% from 255 or 45.33% from 225); Max value from RGB is 118 - color contains mainly: green. Hex color #057666 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #057666 is #FA8999. Grayscale: #525252. Windows color (decimal): -16419226 or 6714885. OLE color: 6714885.
HSL color Cylindrical-coordinate representation of color #057666: hue angle of 171.5º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #057666 is Cyan = 0.96, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 5 | 118 | 102 | - |
| CMYK | 0.96 | 0 | 0.14 | 0.54 |
| HSL | 171.5º | 0.92% | 0.24% | - |
| HSV(B) | 171.5º | 0.96% | 0.46% | - |
| XYZ | 8.94 | 13.95 | 14.79 | - |
| YUV | 82.39 | 139.06 | 72.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 118 | 102 | 0.96 | 0 | 0.14 | 0.54 | 171.5 | 0.92 | 0.24 |
| Hex | 5 | 76 | 66 | 60 | 0 | E | 36 | AC | 5C | 18 |
| Octal | 5 | 166 | 146 | 140 | 0 | 16 | 66 | 254 | 134 | 30 |
| Binary | 101 | 1110110 | 1100110 | 1100000 | 0 | 1110 | 110110 | 10101100 | 1011100 | 11000 |
Color Harmonies of #057666
Complementary color
Monochromatic Colors of #057666
Black with #057666
Text Example
Text Example
White with #057666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #057666; }
p { color: rgb(5,118,102); }
H1.HeaderClassName
{
color: #057666;
}
.AnyTagClassName
{
color: #057666;
}
</style>
background-color css
<style>
a { background-color: #057666; }
a { background-color: rgb(5,118,102); }
div.DivClassName
{
background-color: #057666;
}
.BgClassName
{
background-color: #057666;
}
</style>
border-color css
<style>
span { border-color: #057666; }
span { border-color: rgb(5,118,102); }
td.TdClassName
{
border-color: #057666;
}
.TagClassName
{
border-color: #057666;
}
</style>