Shades of Eucalyptus #23AA66
Tints of Eucalyptus #23AA66
RGB
CMYK
RGB Variations
Color information
#23AA66 (or 0x23AA66) is known color: Eucalyptus. HEX triplet: 23, AA and 66. RGB value is (35,170,102). Sum of RGB (Red+Green+Blue) = 35+170+102=307 (40% of max value = 765). Red value is 35 (14.06% from 255 or 11.40% from 307); Green value is 170 (66.80% from 255 or 55.37% from 307); Blue value is 102 (40.23% from 255 or 33.22% from 307); Max value from RGB is 170 - color contains mainly: green. Hex color #23AA66 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #23AA66 is #DC5599. Grayscale: #7A7A7A. Windows color (decimal): -14439834 or 6728227. OLE color: 6728227.
HSL color Cylindrical-coordinate representation of color #23AA66: hue angle of 149.78º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #23AA66 is Cyan = 0.79, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 35 | 170 | 102 | - |
| CMYK | 0.79 | 0 | 0.4 | 0.33 |
| HSL | 149.78º | 0.66% | 0.4% | - |
| HSV(B) | 149.78º | 0.79% | 0.67% | - |
| XYZ | 17.47 | 30.07 | 17.45 | - |
| YUV | 121.88 | 116.77 | 66.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 170 | 102 | 0.79 | 0 | 0.4 | 0.33 | 149.78 | 0.66 | 0.4 |
| Hex | 23 | AA | 66 | 4F | 0 | 28 | 21 | 96 | 42 | 28 |
| Octal | 43 | 252 | 146 | 117 | 0 | 50 | 41 | 226 | 102 | 50 |
| Binary | 100011 | 10101010 | 1100110 | 1001111 | 0 | 101000 | 100001 | 10010110 | 1000010 | 101000 |
Color Harmonies of #23AA66
Complementary color
Monochromatic Colors of #23AA66
Black with #23AA66
Text Example
Text Example
White with #23AA66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23AA66; }
p { color: rgb(35,170,102); }
H1.HeaderClassName
{
color: #23AA66;
}
.AnyTagClassName
{
color: #23AA66;
}
</style>
background-color css
<style>
a { background-color: #23AA66; }
a { background-color: rgb(35,170,102); }
div.DivClassName
{
background-color: #23AA66;
}
.BgClassName
{
background-color: #23AA66;
}
</style>
border-color css
<style>
span { border-color: #23AA66; }
span { border-color: rgb(35,170,102); }
td.TdClassName
{
border-color: #23AA66;
}
.TagClassName
{
border-color: #23AA66;
}
</style>