Shades of Tropical Rain Forest #057C5F
Tints of Tropical Rain Forest #057C5F
RGB
CMYK
RGB Variations
Color information
#057C5F (or 0x057C5F) is known color: Tropical Rain Forest. HEX triplet: 05, 7C and 5F. RGB value is (5,124,95). Sum of RGB (Red+Green+Blue) = 5+124+95=224 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.23% from 224); Green value is 124 (48.83% from 255 or 55.36% from 224); Blue value is 95 (37.5% from 255 or 42.41% from 224); Max value from RGB is 124 - color contains mainly: green. Hex color #057C5F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #057C5F is #FA83A0. Grayscale: #555555. Windows color (decimal): -16417697 or 6257669. OLE color: 6257669.
HSL color Cylindrical-coordinate representation of color #057C5F: hue angle of 165.38º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #057C5F is Cyan = 0.96, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 5 | 124 | 95 | - |
| CMYK | 0.96 | 0 | 0.23 | 0.51 |
| HSL | 165.38º | 0.92% | 0.25% | - |
| HSV(B) | 165.38º | 0.96% | 0.49% | - |
| XYZ | 9.34 | 15.27 | 13.28 | - |
| YUV | 85.11 | 133.58 | 70.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 124 | 95 | 0.96 | 0 | 0.23 | 0.51 | 165.38 | 0.92 | 0.25 |
| Hex | 5 | 7C | 5F | 60 | 0 | 17 | 33 | A5 | 5C | 19 |
| Octal | 5 | 174 | 137 | 140 | 0 | 27 | 63 | 245 | 134 | 31 |
| Binary | 101 | 1111100 | 1011111 | 1100000 | 0 | 10111 | 110011 | 10100101 | 1011100 | 11001 |
Color Harmonies of #057C5F
Complementary color
Monochromatic Colors of #057C5F
Black with #057C5F
Text Example
Text Example
White with #057C5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #057C5F; }
p { color: rgb(5,124,95); }
H1.HeaderClassName
{
color: #057C5F;
}
.AnyTagClassName
{
color: #057C5F;
}
</style>
background-color css
<style>
a { background-color: #057C5F; }
a { background-color: rgb(5,124,95); }
div.DivClassName
{
background-color: #057C5F;
}
.BgClassName
{
background-color: #057C5F;
}
</style>
border-color css
<style>
span { border-color: #057C5F; }
span { border-color: rgb(5,124,95); }
td.TdClassName
{
border-color: #057C5F;
}
.TagClassName
{
border-color: #057C5F;
}
</style>