Html Css Color HEX #057B65 Tropical Rain Forest
📋 copy color: '#057B65'red 5 ◦ green 123 ◦ blue 101
Shades of Tropical Rain Forest #057B65
Tints of Tropical Rain Forest #057B65
RGB
CMYK
RGB Variations
Color information
#057B65 (or 0x057B65) is known color: Tropical Rain Forest. HEX triplet: 05, 7B and 65. RGB value is (5,123,101). Sum of RGB (Red+Green+Blue) = 5+123+101=229 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.18% from 229); Green value is 123 (48.44% from 255 or 53.71% from 229); Blue value is 101 (39.84% from 255 or 44.10% from 229); Max value from RGB is 123 - color contains mainly: green. Hex color #057B65 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #057B65 is #FA849A. Grayscale: #555555. Windows color (decimal): -16417947 or 6650629. OLE color: 6650629.
HSL color Cylindrical-coordinate representation of color #057B65: hue angle of 168.81º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #057B65 is Cyan = 0.96, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 5 | 123 | 101 | - |
| CMYK | 0.96 | 0 | 0.18 | 0.52 |
| HSL | 168.81º | 0.92% | 0.25% | - |
| HSV(B) | 168.81º | 0.96% | 0.48% | - |
| XYZ | 9.49 | 15.14 | 14.73 | - |
| YUV | 85.21 | 136.91 | 70.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 123 | 101 | 0.96 | 0 | 0.18 | 0.52 | 168.81 | 0.92 | 0.25 |
| Hex | 5 | 7B | 65 | 60 | 0 | 12 | 34 | A9 | 5C | 19 |
| Octal | 5 | 173 | 145 | 140 | 0 | 22 | 64 | 251 | 134 | 31 |
| Binary | 101 | 1111011 | 1100101 | 1100000 | 0 | 10010 | 110100 | 10101001 | 1011100 | 11001 |
Color Harmonies of #057B65
Complementary color
Monochromatic Colors of #057B65
Black with #057B65
Text Example
Text Example
White with #057B65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #057B65; }
p { color: rgb(5,123,101); }
H1.HeaderClassName
{
color: #057B65;
}
.AnyTagClassName
{
color: #057B65;
}
</style>
background-color css
<style>
a { background-color: #057B65; }
a { background-color: rgb(5,123,101); }
div.DivClassName
{
background-color: #057B65;
}
.BgClassName
{
background-color: #057B65;
}
</style>
border-color css
<style>
span { border-color: #057B65; }
span { border-color: rgb(5,123,101); }
td.TdClassName
{
border-color: #057B65;
}
.TagClassName
{
border-color: #057B65;
}
</style>