Html Css Color HEX #057665 Tropical Rain Forest
📋 copy color: '#057665'red 5 ◦ green 118 ◦ blue 101
Shades of Tropical Rain Forest #057665
Tints of Tropical Rain Forest #057665
RGB
CMYK
RGB Variations
Color information
#057665 (or 0x057665) is known color: Tropical Rain Forest. HEX triplet: 05, 76 and 65. RGB value is (5,118,101). Sum of RGB (Red+Green+Blue) = 5+118+101=224 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.23% from 224); Green value is 118 (46.48% from 255 or 52.68% from 224); Blue value is 101 (39.84% from 255 or 45.09% from 224); Max value from RGB is 118 - color contains mainly: green. Hex color #057665 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #057665 is #FA899A. Grayscale: #525252. Windows color (decimal): -16419227 or 6649349. OLE color: 6649349.
HSL color Cylindrical-coordinate representation of color #057665: hue angle of 170.97º 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 #057665 is Cyan = 0.96, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 5 | 118 | 101 | - |
| CMYK | 0.96 | 0 | 0.14 | 0.54 |
| HSL | 170.97º | 0.92% | 0.24% | - |
| HSV(B) | 170.97º | 0.96% | 0.46% | - |
| XYZ | 8.89 | 13.93 | 14.53 | - |
| YUV | 82.28 | 138.56 | 72.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 118 | 101 | 0.96 | 0 | 0.14 | 0.54 | 170.97 | 0.92 | 0.24 |
| Hex | 5 | 76 | 65 | 60 | 0 | E | 36 | AB | 5C | 18 |
| Octal | 5 | 166 | 145 | 140 | 0 | 16 | 66 | 253 | 134 | 30 |
| Binary | 101 | 1110110 | 1100101 | 1100000 | 0 | 1110 | 110110 | 10101011 | 1011100 | 11000 |
Color Harmonies of #057665
Complementary color
Monochromatic Colors of #057665
Black with #057665
Text Example
Text Example
White with #057665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #057665; }
p { color: rgb(5,118,101); }
H1.HeaderClassName
{
color: #057665;
}
.AnyTagClassName
{
color: #057665;
}
</style>
background-color css
<style>
a { background-color: #057665; }
a { background-color: rgb(5,118,101); }
div.DivClassName
{
background-color: #057665;
}
.BgClassName
{
background-color: #057665;
}
</style>
border-color css
<style>
span { border-color: #057665; }
span { border-color: rgb(5,118,101); }
td.TdClassName
{
border-color: #057665;
}
.TagClassName
{
border-color: #057665;
}
</style>