Shades of Celadon #9EEDAC
Tints of Celadon #9EEDAC
RGB
CMYK
RGB Variations
Color information
#9EEDAC (or 0x9EEDAC) is known color: Celadon. HEX triplet: 9E, ED and AC. RGB value is (158,237,172). Sum of RGB (Red+Green+Blue) = 158+237+172=567 (75% of max value = 765). Red value is 158 (62.11% from 255 or 27.87% from 567); Green value is 237 (92.97% from 255 or 41.80% from 567); Blue value is 172 (67.58% from 255 or 30.34% from 567); Max value from RGB is 237 - color contains mainly: green. Hex color #9EEDAC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9EEDAC is #611253. Grayscale: #CECECE. Windows color (decimal): -6361684 or 11333022. OLE color: 11333022.
HSL color Cylindrical-coordinate representation of color #9EEDAC: hue angle of 130.63º 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 #9EEDAC is Cyan = 0.33, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 158 | 237 | 172 | - |
| CMYK | 0.33 | 0 | 0.27 | 0.07 |
| HSL | 130.63º | 0.69% | 0.77% | - |
| HSV(B) | 130.63º | 0.33% | 0.93% | - |
| XYZ | 51.83 | 70.82 | 49.97 | - |
| YUV | 205.97 | 108.83 | 93.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 237 | 172 | 0.33 | 0 | 0.27 | 0.07 | 130.63 | 0.69 | 0.77 |
| Hex | 9E | ED | AC | 21 | 0 | 1B | 7 | 83 | 45 | 4D |
| Octal | 236 | 355 | 254 | 41 | 0 | 33 | 7 | 203 | 105 | 115 |
| Binary | 10011110 | 11101101 | 10101100 | 100001 | 0 | 11011 | 111 | 10000011 | 1000101 | 1001101 |
Color Harmonies of #9EEDAC
Complementary color
Monochromatic Colors of #9EEDAC
Black with #9EEDAC
Text Example
Text Example
White with #9EEDAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EEDAC; }
p { color: rgb(158,237,172); }
H1.HeaderClassName
{
color: #9EEDAC;
}
.AnyTagClassName
{
color: #9EEDAC;
}
</style>
background-color css
<style>
a { background-color: #9EEDAC; }
a { background-color: rgb(158,237,172); }
div.DivClassName
{
background-color: #9EEDAC;
}
.BgClassName
{
background-color: #9EEDAC;
}
</style>
border-color css
<style>
span { border-color: #9EEDAC; }
span { border-color: rgb(158,237,172); }
td.TdClassName
{
border-color: #9EEDAC;
}
.TagClassName
{
border-color: #9EEDAC;
}
</style>