Shades of Eucalyptus #259A66
Tints of Eucalyptus #259A66
RGB
CMYK
RGB Variations
Color information
#259A66 (or 0x259A66) is known color: Eucalyptus. HEX triplet: 25, 9A and 66. RGB value is (37,154,102). Sum of RGB (Red+Green+Blue) = 37+154+102=293 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.63% from 293); Green value is 154 (60.55% from 255 or 52.56% from 293); Blue value is 102 (40.23% from 255 or 34.81% from 293); Max value from RGB is 154 - color contains mainly: green. Hex color #259A66 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #259A66 is #DA6599. Grayscale: #717171. Windows color (decimal): -14312858 or 6724133. OLE color: 6724133.
HSL color Cylindrical-coordinate representation of color #259A66: hue angle of 153.33º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #259A66 is Cyan = 0.76, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 37 | 154 | 102 | - |
| CMYK | 0.76 | 0 | 0.34 | 0.40 |
| HSL | 153.33º | 0.61% | 0.37% | - |
| HSV(B) | 153.33º | 0.76% | 0.6% | - |
| XYZ | 14.72 | 24.46 | 16.52 | - |
| YUV | 113.09 | 121.74 | 73.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 154 | 102 | 0.76 | 0 | 0.34 | 0.40 | 153.33 | 0.61 | 0.37 |
| Hex | 25 | 9A | 66 | 4C | 0 | 22 | 28 | 99 | 3D | 25 |
| Octal | 45 | 232 | 146 | 114 | 0 | 42 | 50 | 231 | 75 | 45 |
| Binary | 100101 | 10011010 | 1100110 | 1001100 | 0 | 100010 | 101000 | 10011001 | 111101 | 100101 |
Color Harmonies of #259A66
Complementary color
Monochromatic Colors of #259A66
Black with #259A66
Text Example
Text Example
White with #259A66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #259A66; }
p { color: rgb(37,154,102); }
H1.HeaderClassName
{
color: #259A66;
}
.AnyTagClassName
{
color: #259A66;
}
</style>
background-color css
<style>
a { background-color: #259A66; }
a { background-color: rgb(37,154,102); }
div.DivClassName
{
background-color: #259A66;
}
.BgClassName
{
background-color: #259A66;
}
</style>
border-color css
<style>
span { border-color: #259A66; }
span { border-color: rgb(37,154,102); }
td.TdClassName
{
border-color: #259A66;
}
.TagClassName
{
border-color: #259A66;
}
</style>