Shades of Celadon #9EE8AF
Tints of Celadon #9EE8AF
RGB
CMYK
RGB Variations
Color information
#9EE8AF (or 0x9EE8AF) is known color: Celadon. HEX triplet: 9E, E8 and AF. RGB value is (158,232,175). Sum of RGB (Red+Green+Blue) = 158+232+175=565 (74% of max value = 765). Red value is 158 (62.11% from 255 or 27.96% from 565); Green value is 232 (91.02% from 255 or 41.06% from 565); Blue value is 175 (68.75% from 255 or 30.97% from 565); Max value from RGB is 232 - color contains mainly: green. Hex color #9EE8AF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9EE8AF is #611750. Grayscale: #CBCBCB. Windows color (decimal): -6362961 or 11528350. OLE color: 11528350.
HSL color Cylindrical-coordinate representation of color #9EE8AF: hue angle of 133.78º 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 #9EE8AF is Cyan = 0.32, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 158 | 232 | 175 | - |
| CMYK | 0.32 | 0 | 0.25 | 0.09 |
| HSL | 133.78º | 0.62% | 0.76% | - |
| HSV(B) | 133.78º | 0.32% | 0.91% | - |
| XYZ | 50.7 | 68.08 | 51.03 | - |
| YUV | 203.38 | 111.98 | 95.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 232 | 175 | 0.32 | 0 | 0.25 | 0.09 | 133.78 | 0.62 | 0.76 |
| Hex | 9E | E8 | AF | 20 | 0 | 19 | 9 | 86 | 3E | 4C |
| Octal | 236 | 350 | 257 | 40 | 0 | 31 | 11 | 206 | 76 | 114 |
| Binary | 10011110 | 11101000 | 10101111 | 100000 | 0 | 11001 | 1001 | 10000110 | 111110 | 1001100 |
Color Harmonies of #9EE8AF
Complementary color
Monochromatic Colors of #9EE8AF
Black with #9EE8AF
Text Example
Text Example
White with #9EE8AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EE8AF; }
p { color: rgb(158,232,175); }
H1.HeaderClassName
{
color: #9EE8AF;
}
.AnyTagClassName
{
color: #9EE8AF;
}
</style>
background-color css
<style>
a { background-color: #9EE8AF; }
a { background-color: rgb(158,232,175); }
div.DivClassName
{
background-color: #9EE8AF;
}
.BgClassName
{
background-color: #9EE8AF;
}
</style>
border-color css
<style>
span { border-color: #9EE8AF; }
span { border-color: rgb(158,232,175); }
td.TdClassName
{
border-color: #9EE8AF;
}
.TagClassName
{
border-color: #9EE8AF;
}
</style>