Shades of Tropical Rain Forest #087A5E
Tints of Tropical Rain Forest #087A5E
RGB
CMYK
RGB Variations
Color information
#087A5E (or 0x087A5E) is known color: Tropical Rain Forest. HEX triplet: 08, 7A and 5E. RGB value is (8,122,94). Sum of RGB (Red+Green+Blue) = 8+122+94=224 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.57% from 224); Green value is 122 (48.05% from 255 or 54.46% from 224); Blue value is 94 (37.11% from 255 or 41.96% from 224); Max value from RGB is 122 - color contains mainly: green. Hex color #087A5E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #087A5E is #F785A1. Grayscale: #545454. Windows color (decimal): -16221602 or 6191624. OLE color: 6191624.
HSL color Cylindrical-coordinate representation of color #087A5E: hue angle of 165.26º degrees, saturation: 0.88, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #087A5E is Cyan = 0.93, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 8 | 122 | 94 | - |
| CMYK | 0.93 | 0 | 0.23 | 0.52 |
| HSL | 165.26º | 0.88% | 0.25% | - |
| HSV(B) | 165.26º | 0.93% | 0.48% | - |
| XYZ | 9.08 | 14.78 | 12.96 | - |
| YUV | 84.72 | 133.23 | 73.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 122 | 94 | 0.93 | 0 | 0.23 | 0.52 | 165.26 | 0.88 | 0.25 |
| Hex | 8 | 7A | 5E | 5D | 0 | 17 | 34 | A5 | 58 | 19 |
| Octal | 10 | 172 | 136 | 135 | 0 | 27 | 64 | 245 | 130 | 31 |
| Binary | 1000 | 1111010 | 1011110 | 1011101 | 0 | 10111 | 110100 | 10100101 | 1011000 | 11001 |
Color Harmonies of #087A5E
Complementary color
Monochromatic Colors of #087A5E
Black with #087A5E
Text Example
Text Example
White with #087A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #087A5E; }
p { color: rgb(8,122,94); }
H1.HeaderClassName
{
color: #087A5E;
}
.AnyTagClassName
{
color: #087A5E;
}
</style>
background-color css
<style>
a { background-color: #087A5E; }
a { background-color: rgb(8,122,94); }
div.DivClassName
{
background-color: #087A5E;
}
.BgClassName
{
background-color: #087A5E;
}
</style>
border-color css
<style>
span { border-color: #087A5E; }
span { border-color: rgb(8,122,94); }
td.TdClassName
{
border-color: #087A5E;
}
.TagClassName
{
border-color: #087A5E;
}
</style>