Shades of Tropical Rain Forest #057C63
Tints of Tropical Rain Forest #057C63
RGB
CMYK
RGB Variations
Color information
#057C63 (or 0x057C63) is known color: Tropical Rain Forest. HEX triplet: 05, 7C and 63. RGB value is (5,124,99). Sum of RGB (Red+Green+Blue) = 5+124+99=228 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.19% from 228); Green value is 124 (48.83% from 255 or 54.39% from 228); Blue value is 99 (39.06% from 255 or 43.42% from 228); Max value from RGB is 124 - color contains mainly: green. Hex color #057C63 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #057C63 is #FA839C. Grayscale: #555555. Windows color (decimal): -16417693 or 6519813. OLE color: 6519813.
HSL color Cylindrical-coordinate representation of color #057C63: hue angle of 167.39º 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 #057C63 is Cyan = 0.96, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 5 | 124 | 99 | - |
| CMYK | 0.96 | 0 | 0.20 | 0.51 |
| HSL | 167.4º | 0.92% | 0.25% | - |
| HSV(B) | 167.4º | 0.96% | 0.49% | - |
| XYZ | 9.52 | 15.35 | 14.27 | - |
| YUV | 85.57 | 135.58 | 70.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 124 | 99 | 0.96 | 0 | 0.20 | 0.51 | 167.4 | 0.92 | 0.25 |
| Hex | 5 | 7C | 63 | 60 | 0 | 14 | 33 | A7 | 5C | 19 |
| Octal | 5 | 174 | 143 | 140 | 0 | 24 | 63 | 247 | 134 | 31 |
| Binary | 101 | 1111100 | 1100011 | 1100000 | 0 | 10100 | 110011 | 10100111 | 1011100 | 11001 |
Color Harmonies of #057C63
Complementary color
Monochromatic Colors of #057C63
Black with #057C63
Text Example
Text Example
White with #057C63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #057C63; }
p { color: rgb(5,124,99); }
H1.HeaderClassName
{
color: #057C63;
}
.AnyTagClassName
{
color: #057C63;
}
</style>
background-color css
<style>
a { background-color: #057C63; }
a { background-color: rgb(5,124,99); }
div.DivClassName
{
background-color: #057C63;
}
.BgClassName
{
background-color: #057C63;
}
</style>
border-color css
<style>
span { border-color: #057C63; }
span { border-color: rgb(5,124,99); }
td.TdClassName
{
border-color: #057C63;
}
.TagClassName
{
border-color: #057C63;
}
</style>