Html Css Color HEX #057766 Tropical Rain Forest
📋 copy color: '#057766'red 5 ◦ green 119 ◦ blue 102
Shades of Tropical Rain Forest #057766
Tints of Tropical Rain Forest #057766
RGB
CMYK
RGB Variations
Color information
#057766 (or 0x057766) is known color: Tropical Rain Forest. HEX triplet: 05, 77 and 66. RGB value is (5,119,102). Sum of RGB (Red+Green+Blue) = 5+119+102=226 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.21% from 226); Green value is 119 (46.88% from 255 or 52.65% from 226); Blue value is 102 (40.23% from 255 or 45.13% from 226); Max value from RGB is 119 - color contains mainly: green. Hex color #057766 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #057766 is #FA8899. Grayscale: #525252. Windows color (decimal): -16418970 or 6715141. OLE color: 6715141.
HSL color Cylindrical-coordinate representation of color #057766: hue angle of 171.05º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #057766 is Cyan = 0.96, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 5 | 119 | 102 | - |
| CMYK | 0.96 | 0 | 0.14 | 0.53 |
| HSL | 171.05º | 0.92% | 0.24% | - |
| HSV(B) | 171.05º | 0.96% | 0.47% | - |
| XYZ | 9.06 | 14.19 | 14.83 | - |
| YUV | 82.98 | 138.73 | 72.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 119 | 102 | 0.96 | 0 | 0.14 | 0.53 | 171.05 | 0.92 | 0.24 |
| Hex | 5 | 77 | 66 | 60 | 0 | E | 35 | AB | 5C | 18 |
| Octal | 5 | 167 | 146 | 140 | 0 | 16 | 65 | 253 | 134 | 30 |
| Binary | 101 | 1110111 | 1100110 | 1100000 | 0 | 1110 | 110101 | 10101011 | 1011100 | 11000 |
Color Harmonies of #057766
Complementary color
Monochromatic Colors of #057766
Black with #057766
Text Example
Text Example
White with #057766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #057766; }
p { color: rgb(5,119,102); }
H1.HeaderClassName
{
color: #057766;
}
.AnyTagClassName
{
color: #057766;
}
</style>
background-color css
<style>
a { background-color: #057766; }
a { background-color: rgb(5,119,102); }
div.DivClassName
{
background-color: #057766;
}
.BgClassName
{
background-color: #057766;
}
</style>
border-color css
<style>
span { border-color: #057766; }
span { border-color: rgb(5,119,102); }
td.TdClassName
{
border-color: #057766;
}
.TagClassName
{
border-color: #057766;
}
</style>