Shades of Eucalyptus #239A66
Tints of Eucalyptus #239A66
RGB
CMYK
RGB Variations
Color information
#239A66 (or 0x239A66) is known color: Eucalyptus. HEX triplet: 23, 9A and 66. RGB value is (35,154,102). Sum of RGB (Red+Green+Blue) = 35+154+102=291 (38% of max value = 765). Red value is 35 (14.06% from 255 or 12.03% from 291); Green value is 154 (60.55% from 255 or 52.92% from 291); Blue value is 102 (40.23% from 255 or 35.05% from 291); Max value from RGB is 154 - color contains mainly: green. Hex color #239A66 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #239A66 is #DC6599. Grayscale: #707070. Windows color (decimal): -14443930 or 6724131. OLE color: 6724131.
HSL color Cylindrical-coordinate representation of color #239A66: hue angle of 153.78º degrees, saturation: 0.63, 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 #239A66 is Cyan = 0.77, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 35 | 154 | 102 | - |
| CMYK | 0.77 | 0 | 0.34 | 0.40 |
| HSL | 153.78º | 0.63% | 0.37% | - |
| HSV(B) | 153.78º | 0.77% | 0.6% | - |
| XYZ | 14.65 | 24.43 | 16.51 | - |
| YUV | 112.49 | 122.08 | 72.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 154 | 102 | 0.77 | 0 | 0.34 | 0.40 | 153.78 | 0.63 | 0.37 |
| Hex | 23 | 9A | 66 | 4D | 0 | 22 | 28 | 9A | 3F | 25 |
| Octal | 43 | 232 | 146 | 115 | 0 | 42 | 50 | 232 | 77 | 45 |
| Binary | 100011 | 10011010 | 1100110 | 1001101 | 0 | 100010 | 101000 | 10011010 | 111111 | 100101 |
Color Harmonies of #239A66
Complementary color
Monochromatic Colors of #239A66
Black with #239A66
Text Example
Text Example
White with #239A66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #239A66; }
p { color: rgb(35,154,102); }
H1.HeaderClassName
{
color: #239A66;
}
.AnyTagClassName
{
color: #239A66;
}
</style>
background-color css
<style>
a { background-color: #239A66; }
a { background-color: rgb(35,154,102); }
div.DivClassName
{
background-color: #239A66;
}
.BgClassName
{
background-color: #239A66;
}
</style>
border-color css
<style>
span { border-color: #239A66; }
span { border-color: rgb(35,154,102); }
td.TdClassName
{
border-color: #239A66;
}
.TagClassName
{
border-color: #239A66;
}
</style>