Shades of Eucalyptus #199C5B
Tints of Eucalyptus #199C5B
RGB
CMYK
RGB Variations
Color information
#199C5B (or 0x199C5B) is known color: Eucalyptus. HEX triplet: 19, 9C and 5B. RGB value is (25,156,91). Sum of RGB (Red+Green+Blue) = 25+156+91=272 (36% of max value = 765). Red value is 25 (10.16% from 255 or 9.19% from 272); Green value is 156 (61.33% from 255 or 57.35% from 272); Blue value is 91 (35.94% from 255 or 33.46% from 272); Max value from RGB is 156 - color contains mainly: green. Hex color #199C5B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #199C5B is #E663A4. Grayscale: #6D6D6D. Windows color (decimal): -15098789 or 6003737. OLE color: 6003737.
HSL color Cylindrical-coordinate representation of color #199C5B: hue angle of 150.23º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #199C5B is Cyan = 0.84, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 25 | 156 | 91 | - |
| CMYK | 0.84 | 0 | 0.42 | 0.39 |
| HSL | 150.23º | 0.72% | 0.35% | - |
| HSV(B) | 150.23º | 0.84% | 0.61% | - |
| XYZ | 14.18 | 24.74 | 13.93 | - |
| YUV | 109.42 | 117.6 | 67.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 156 | 91 | 0.84 | 0 | 0.42 | 0.39 | 150.23 | 0.72 | 0.35 |
| Hex | 19 | 9C | 5B | 54 | 0 | 2A | 27 | 96 | 48 | 23 |
| Octal | 31 | 234 | 133 | 124 | 0 | 52 | 47 | 226 | 110 | 43 |
| Binary | 11001 | 10011100 | 1011011 | 1010100 | 0 | 101010 | 100111 | 10010110 | 1001000 | 100011 |
Color Harmonies of #199C5B
Complementary color
Monochromatic Colors of #199C5B
Black with #199C5B
Text Example
Text Example
White with #199C5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #199C5B; }
p { color: rgb(25,156,91); }
H1.HeaderClassName
{
color: #199C5B;
}
.AnyTagClassName
{
color: #199C5B;
}
</style>
background-color css
<style>
a { background-color: #199C5B; }
a { background-color: rgb(25,156,91); }
div.DivClassName
{
background-color: #199C5B;
}
.BgClassName
{
background-color: #199C5B;
}
</style>
border-color css
<style>
span { border-color: #199C5B; }
span { border-color: rgb(25,156,91); }
td.TdClassName
{
border-color: #199C5B;
}
.TagClassName
{
border-color: #199C5B;
}
</style>