Shades of Celadon #9EEDAF
Tints of Celadon #9EEDAF
RGB
CMYK
RGB Variations
Color information
#9EEDAF (or 0x9EEDAF) is known color: Celadon. HEX triplet: 9E, ED and AF. RGB value is (158,237,175). Sum of RGB (Red+Green+Blue) = 158+237+175=570 (75% of max value = 765). Red value is 158 (62.11% from 255 or 27.72% from 570); Green value is 237 (92.97% from 255 or 41.58% from 570); Blue value is 175 (68.75% from 255 or 30.70% from 570); Max value from RGB is 237 - color contains mainly: green. Hex color #9EEDAF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9EEDAF is #611250. Grayscale: #CECECE. Windows color (decimal): -6361681 or 11529630. OLE color: 11529630.
HSL color Cylindrical-coordinate representation of color #9EEDAF: hue angle of 132.91º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9EEDAF is Cyan = 0.33, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 158 | 237 | 175 | - |
| CMYK | 0.33 | 0 | 0.26 | 0.07 |
| HSL | 132.91º | 0.69% | 0.77% | - |
| HSV(B) | 132.91º | 0.33% | 0.93% | - |
| XYZ | 52.12 | 70.93 | 51.5 | - |
| YUV | 206.31 | 110.33 | 93.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 237 | 175 | 0.33 | 0 | 0.26 | 0.07 | 132.91 | 0.69 | 0.77 |
| Hex | 9E | ED | AF | 21 | 0 | 1A | 7 | 85 | 45 | 4D |
| Octal | 236 | 355 | 257 | 41 | 0 | 32 | 7 | 205 | 105 | 115 |
| Binary | 10011110 | 11101101 | 10101111 | 100001 | 0 | 11010 | 111 | 10000101 | 1000101 | 1001101 |
Color Harmonies of #9EEDAF
Complementary color
Monochromatic Colors of #9EEDAF
Black with #9EEDAF
Text Example
Text Example
White with #9EEDAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EEDAF; }
p { color: rgb(158,237,175); }
H1.HeaderClassName
{
color: #9EEDAF;
}
.AnyTagClassName
{
color: #9EEDAF;
}
</style>
background-color css
<style>
a { background-color: #9EEDAF; }
a { background-color: rgb(158,237,175); }
div.DivClassName
{
background-color: #9EEDAF;
}
.BgClassName
{
background-color: #9EEDAF;
}
</style>
border-color css
<style>
span { border-color: #9EEDAF; }
span { border-color: rgb(158,237,175); }
td.TdClassName
{
border-color: #9EEDAF;
}
.TagClassName
{
border-color: #9EEDAF;
}
</style>