Shades of Celadon #9EE8AB
Tints of Celadon #9EE8AB
RGB
CMYK
RGB Variations
Color information
#9EE8AB (or 0x9EE8AB) is known color: Celadon. HEX triplet: 9E, E8 and AB. RGB value is (158,232,171). Sum of RGB (Red+Green+Blue) = 158+232+171=561 (74% of max value = 765). Red value is 158 (62.11% from 255 or 28.16% from 561); Green value is 232 (91.02% from 255 or 41.35% from 561); Blue value is 171 (67.19% from 255 or 30.48% from 561); Max value from RGB is 232 - color contains mainly: green. Hex color #9EE8AB is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9EE8AB is #611754. Grayscale: #CBCBCB. Windows color (decimal): -6362965 or 11266206. OLE color: 11266206.
HSL color Cylindrical-coordinate representation of color #9EE8AB: hue angle of 130.54º degrees, saturation: 0.62, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9EE8AB is Cyan = 0.32, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 158 | 232 | 171 | - |
| CMYK | 0.32 | 0 | 0.26 | 0.09 |
| HSL | 130.54º | 0.62% | 0.76% | - |
| HSV(B) | 130.54º | 0.32% | 0.91% | - |
| XYZ | 50.31 | 67.92 | 48.99 | - |
| YUV | 202.92 | 109.98 | 95.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 232 | 171 | 0.32 | 0 | 0.26 | 0.09 | 130.54 | 0.62 | 0.76 |
| Hex | 9E | E8 | AB | 20 | 0 | 1A | 9 | 83 | 3E | 4C |
| Octal | 236 | 350 | 253 | 40 | 0 | 32 | 11 | 203 | 76 | 114 |
| Binary | 10011110 | 11101000 | 10101011 | 100000 | 0 | 11010 | 1001 | 10000011 | 111110 | 1001100 |
Color Harmonies of #9EE8AB
Complementary color
Monochromatic Colors of #9EE8AB
Black with #9EE8AB
Text Example
Text Example
White with #9EE8AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EE8AB; }
p { color: rgb(158,232,171); }
H1.HeaderClassName
{
color: #9EE8AB;
}
.AnyTagClassName
{
color: #9EE8AB;
}
</style>
background-color css
<style>
a { background-color: #9EE8AB; }
a { background-color: rgb(158,232,171); }
div.DivClassName
{
background-color: #9EE8AB;
}
.BgClassName
{
background-color: #9EE8AB;
}
</style>
border-color css
<style>
span { border-color: #9EE8AB; }
span { border-color: rgb(158,232,171); }
td.TdClassName
{
border-color: #9EE8AB;
}
.TagClassName
{
border-color: #9EE8AB;
}
</style>