Shades of Eucalyptus #23AA6B
Tints of Eucalyptus #23AA6B
RGB
CMYK
RGB Variations
Color information
#23AA6B (or 0x23AA6B) is known color: Eucalyptus. HEX triplet: 23, AA and 6B. RGB value is (35,170,107). Sum of RGB (Red+Green+Blue) = 35+170+107=312 (41% of max value = 765). Red value is 35 (14.06% from 255 or 11.22% from 312); Green value is 170 (66.80% from 255 or 54.49% from 312); Blue value is 107 (42.19% from 255 or 34.29% from 312); Max value from RGB is 170 - color contains mainly: green. Hex color #23AA6B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #23AA6B is #DC5594. Grayscale: #7A7A7A. Windows color (decimal): -14439829 or 7055907. OLE color: 7055907.
HSL color Cylindrical-coordinate representation of color #23AA6B: hue angle of 152º 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 #23AA6B is Cyan = 0.79, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 35 | 170 | 107 | - |
| CMYK | 0.79 | 0 | 0.37 | 0.33 |
| HSL | 152º | 0.66% | 0.4% | - |
| HSV(B) | 152º | 0.79% | 0.67% | - |
| XYZ | 17.72 | 30.17 | 18.8 | - |
| YUV | 122.45 | 119.27 | 65.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 170 | 107 | 0.79 | 0 | 0.37 | 0.33 | 152 | 0.66 | 0.4 |
| Hex | 23 | AA | 6B | 4F | 0 | 25 | 21 | 98 | 42 | 28 |
| Octal | 43 | 252 | 153 | 117 | 0 | 45 | 41 | 230 | 102 | 50 |
| Binary | 100011 | 10101010 | 1101011 | 1001111 | 0 | 100101 | 100001 | 10011000 | 1000010 | 101000 |
Color Harmonies of #23AA6B
Complementary color
Monochromatic Colors of #23AA6B
Black with #23AA6B
Text Example
Text Example
White with #23AA6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23AA6B; }
p { color: rgb(35,170,107); }
H1.HeaderClassName
{
color: #23AA6B;
}
.AnyTagClassName
{
color: #23AA6B;
}
</style>
background-color css
<style>
a { background-color: #23AA6B; }
a { background-color: rgb(35,170,107); }
div.DivClassName
{
background-color: #23AA6B;
}
.BgClassName
{
background-color: #23AA6B;
}
</style>
border-color css
<style>
span { border-color: #23AA6B; }
span { border-color: rgb(35,170,107); }
td.TdClassName
{
border-color: #23AA6B;
}
.TagClassName
{
border-color: #23AA6B;
}
</style>