Shades of Tropical Rain Forest #056F59
Tints of Tropical Rain Forest #056F59
RGB
CMYK
RGB Variations
Color information
#056F59 (or 0x056F59) is known color: Tropical Rain Forest. HEX triplet: 05, 6F and 59. RGB value is (5,111,89). Sum of RGB (Red+Green+Blue) = 5+111+89=205 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.44% from 205); Green value is 111 (43.75% from 255 or 54.15% from 205); Blue value is 89 (35.16% from 255 or 43.41% from 205); Max value from RGB is 111 - color contains mainly: green. Hex color #056F59 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #056F59 is #FA90A6. Grayscale: #4C4C4C. Windows color (decimal): -16421031 or 5861125. OLE color: 5861125.
HSL color Cylindrical-coordinate representation of color #056F59: hue angle of 167.55º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #056F59 is Cyan = 0.95, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 5 | 111 | 89 | - |
| CMYK | 0.95 | 0 | 0.20 | 0.56 |
| HSL | 167.55º | 0.91% | 0.23% | - |
| HSV(B) | 167.55º | 0.95% | 0.44% | - |
| XYZ | 7.55 | 12.12 | 11.39 | - |
| YUV | 76.8 | 134.88 | 76.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 111 | 89 | 0.95 | 0 | 0.20 | 0.56 | 167.55 | 0.91 | 0.23 |
| Hex | 5 | 6F | 59 | 5F | 0 | 14 | 38 | A8 | 5B | 17 |
| Octal | 5 | 157 | 131 | 137 | 0 | 24 | 70 | 250 | 133 | 27 |
| Binary | 101 | 1101111 | 1011001 | 1011111 | 0 | 10100 | 111000 | 10101000 | 1011011 | 10111 |
Color Harmonies of #056F59
Complementary color
Monochromatic Colors of #056F59
Black with #056F59
Text Example
Text Example
White with #056F59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #056F59; }
p { color: rgb(5,111,89); }
H1.HeaderClassName
{
color: #056F59;
}
.AnyTagClassName
{
color: #056F59;
}
</style>
background-color css
<style>
a { background-color: #056F59; }
a { background-color: rgb(5,111,89); }
div.DivClassName
{
background-color: #056F59;
}
.BgClassName
{
background-color: #056F59;
}
</style>
border-color css
<style>
span { border-color: #056F59; }
span { border-color: rgb(5,111,89); }
td.TdClassName
{
border-color: #056F59;
}
.TagClassName
{
border-color: #056F59;
}
</style>