Shades of Eucalyptus #259F6A
Tints of Eucalyptus #259F6A
RGB
CMYK
RGB Variations
Color information
#259F6A (or 0x259F6A) is known color: Eucalyptus. HEX triplet: 25, 9F and 6A. RGB value is (37,159,106). Sum of RGB (Red+Green+Blue) = 37+159+106=302 (40% of max value = 765). Red value is 37 (14.84% from 255 or 12.25% from 302); Green value is 159 (62.5% from 255 or 52.65% from 302); Blue value is 106 (41.80% from 255 or 35.10% from 302); Max value from RGB is 159 - color contains mainly: green. Hex color #259F6A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #259F6A is #DA6095. Grayscale: #747474. Windows color (decimal): -14311574 or 6987557. OLE color: 6987557.
HSL color Cylindrical-coordinate representation of color #259F6A: hue angle of 153.93º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #259F6A is Cyan = 0.77, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 37 | 159 | 106 | - |
| CMYK | 0.77 | 0 | 0.33 | 0.38 |
| HSL | 153.93º | 0.62% | 0.38% | - |
| HSV(B) | 153.93º | 0.77% | 0.62% | - |
| XYZ | 15.76 | 26.23 | 17.87 | - |
| YUV | 116.48 | 122.08 | 71.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 159 | 106 | 0.77 | 0 | 0.33 | 0.38 | 153.93 | 0.62 | 0.38 |
| Hex | 25 | 9F | 6A | 4D | 0 | 21 | 26 | 9A | 3E | 26 |
| Octal | 45 | 237 | 152 | 115 | 0 | 41 | 46 | 232 | 76 | 46 |
| Binary | 100101 | 10011111 | 1101010 | 1001101 | 0 | 100001 | 100110 | 10011010 | 111110 | 100110 |
Color Harmonies of #259F6A
Complementary color
Monochromatic Colors of #259F6A
Black with #259F6A
Text Example
Text Example
White with #259F6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #259F6A; }
p { color: rgb(37,159,106); }
H1.HeaderClassName
{
color: #259F6A;
}
.AnyTagClassName
{
color: #259F6A;
}
</style>
background-color css
<style>
a { background-color: #259F6A; }
a { background-color: rgb(37,159,106); }
div.DivClassName
{
background-color: #259F6A;
}
.BgClassName
{
background-color: #259F6A;
}
</style>
border-color css
<style>
span { border-color: #259F6A; }
span { border-color: rgb(37,159,106); }
td.TdClassName
{
border-color: #259F6A;
}
.TagClassName
{
border-color: #259F6A;
}
</style>