Shades of Eucalyptus #239A68
Tints of Eucalyptus #239A68
RGB
CMYK
RGB Variations
Color information
#239A68 (or 0x239A68) is known color: Eucalyptus. HEX triplet: 23, 9A and 68. RGB value is (35,154,104). Sum of RGB (Red+Green+Blue) = 35+154+104=293 (38% of max value = 765). Red value is 35 (14.06% from 255 or 11.95% from 293); Green value is 154 (60.55% from 255 or 52.56% from 293); Blue value is 104 (41.02% from 255 or 35.49% from 293); Max value from RGB is 154 - color contains mainly: green. Hex color #239A68 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #239A68 is #DC6597. Grayscale: #707070. Windows color (decimal): -14443928 or 6855203. OLE color: 6855203.
HSL color Cylindrical-coordinate representation of color #239A68: hue angle of 154.79º 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 #239A68 is Cyan = 0.77, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 35 | 154 | 104 | - |
| CMYK | 0.77 | 0 | 0.32 | 0.40 |
| HSL | 154.79º | 0.63% | 0.37% | - |
| HSV(B) | 154.79º | 0.77% | 0.6% | - |
| XYZ | 14.75 | 24.47 | 17.04 | - |
| YUV | 112.72 | 123.08 | 72.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 154 | 104 | 0.77 | 0 | 0.32 | 0.40 | 154.79 | 0.63 | 0.37 |
| Hex | 23 | 9A | 68 | 4D | 0 | 20 | 28 | 9B | 3F | 25 |
| Octal | 43 | 232 | 150 | 115 | 0 | 40 | 50 | 233 | 77 | 45 |
| Binary | 100011 | 10011010 | 1101000 | 1001101 | 0 | 100000 | 101000 | 10011011 | 111111 | 100101 |
Color Harmonies of #239A68
Complementary color
Monochromatic Colors of #239A68
Black with #239A68
Text Example
Text Example
White with #239A68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #239A68; }
p { color: rgb(35,154,104); }
H1.HeaderClassName
{
color: #239A68;
}
.AnyTagClassName
{
color: #239A68;
}
</style>
background-color css
<style>
a { background-color: #239A68; }
a { background-color: rgb(35,154,104); }
div.DivClassName
{
background-color: #239A68;
}
.BgClassName
{
background-color: #239A68;
}
</style>
border-color css
<style>
span { border-color: #239A68; }
span { border-color: rgb(35,154,104); }
td.TdClassName
{
border-color: #239A68;
}
.TagClassName
{
border-color: #239A68;
}
</style>