Shades of Eucalyptus #23A06C
Tints of Eucalyptus #23A06C
RGB
CMYK
RGB Variations
Color information
#23A06C (or 0x23A06C) is known color: Eucalyptus. HEX triplet: 23, A0 and 6C. RGB value is (35,160,108). Sum of RGB (Red+Green+Blue) = 35+160+108=303 (40% of max value = 765). Red value is 35 (14.06% from 255 or 11.55% from 303); Green value is 160 (62.89% from 255 or 52.81% from 303); Blue value is 108 (42.58% from 255 or 35.64% from 303); Max value from RGB is 160 - color contains mainly: green. Hex color #23A06C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #23A06C is #DC5F93. Grayscale: #747474. Windows color (decimal): -14442388 or 7118883. OLE color: 7118883.
HSL color Cylindrical-coordinate representation of color #23A06C: hue angle of 155.04º degrees, saturation: 0.64, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #23A06C is Cyan = 0.78, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 35 | 160 | 108 | - |
| CMYK | 0.78 | 0 | 0.32 | 0.37 |
| HSL | 155.04º | 0.64% | 0.38% | - |
| HSV(B) | 155.04º | 0.78% | 0.63% | - |
| XYZ | 15.97 | 26.58 | 18.48 | - |
| YUV | 116.7 | 123.09 | 69.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 160 | 108 | 0.78 | 0 | 0.32 | 0.37 | 155.04 | 0.64 | 0.38 |
| Hex | 23 | A0 | 6C | 4E | 0 | 20 | 25 | 9B | 40 | 26 |
| Octal | 43 | 240 | 154 | 116 | 0 | 40 | 45 | 233 | 100 | 46 |
| Binary | 100011 | 10100000 | 1101100 | 1001110 | 0 | 100000 | 100101 | 10011011 | 1000000 | 100110 |
Color Harmonies of #23A06C
Complementary color
Monochromatic Colors of #23A06C
Black with #23A06C
Text Example
Text Example
White with #23A06C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23A06C; }
p { color: rgb(35,160,108); }
H1.HeaderClassName
{
color: #23A06C;
}
.AnyTagClassName
{
color: #23A06C;
}
</style>
background-color css
<style>
a { background-color: #23A06C; }
a { background-color: rgb(35,160,108); }
div.DivClassName
{
background-color: #23A06C;
}
.BgClassName
{
background-color: #23A06C;
}
</style>
border-color css
<style>
span { border-color: #23A06C; }
span { border-color: rgb(35,160,108); }
td.TdClassName
{
border-color: #23A06C;
}
.TagClassName
{
border-color: #23A06C;
}
</style>