Shades of Eucalyptus #249A6A
Tints of Eucalyptus #249A6A
RGB
CMYK
RGB Variations
Color information
#249A6A (or 0x249A6A) is known color: Eucalyptus. HEX triplet: 24, 9A and 6A. RGB value is (36,154,106). Sum of RGB (Red+Green+Blue) = 36+154+106=296 (39% of max value = 765). Red value is 36 (14.45% from 255 or 12.16% from 296); Green value is 154 (60.55% from 255 or 52.03% from 296); Blue value is 106 (41.80% from 255 or 35.81% from 296); Max value from RGB is 154 - color contains mainly: green. Hex color #249A6A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #249A6A is #DB6595. Grayscale: #717171. Windows color (decimal): -14378390 or 6986276. OLE color: 6986276.
HSL color Cylindrical-coordinate representation of color #249A6A: hue angle of 155.59º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #249A6A is Cyan = 0.77, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 36 | 154 | 106 | - |
| CMYK | 0.77 | 0 | 0.31 | 0.40 |
| HSL | 155.59º | 0.62% | 0.37% | - |
| HSV(B) | 155.59º | 0.77% | 0.6% | - |
| XYZ | 14.88 | 24.53 | 17.59 | - |
| YUV | 113.25 | 123.91 | 72.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 154 | 106 | 0.77 | 0 | 0.31 | 0.40 | 155.59 | 0.62 | 0.37 |
| Hex | 24 | 9A | 6A | 4D | 0 | 1F | 28 | 9C | 3E | 25 |
| Octal | 44 | 232 | 152 | 115 | 0 | 37 | 50 | 234 | 76 | 45 |
| Binary | 100100 | 10011010 | 1101010 | 1001101 | 0 | 11111 | 101000 | 10011100 | 111110 | 100101 |
Color Harmonies of #249A6A
Complementary color
Monochromatic Colors of #249A6A
Black with #249A6A
Text Example
Text Example
White with #249A6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #249A6A; }
p { color: rgb(36,154,106); }
H1.HeaderClassName
{
color: #249A6A;
}
.AnyTagClassName
{
color: #249A6A;
}
</style>
background-color css
<style>
a { background-color: #249A6A; }
a { background-color: rgb(36,154,106); }
div.DivClassName
{
background-color: #249A6A;
}
.BgClassName
{
background-color: #249A6A;
}
</style>
border-color css
<style>
span { border-color: #249A6A; }
span { border-color: rgb(36,154,106); }
td.TdClassName
{
border-color: #249A6A;
}
.TagClassName
{
border-color: #249A6A;
}
</style>