Shades of Celadon #9EEDB4
Tints of Celadon #9EEDB4
RGB
CMYK
RGB Variations
Color information
#9EEDB4 (or 0x9EEDB4) is known color: Celadon. HEX triplet: 9E, ED and B4. RGB value is (158,237,180). Sum of RGB (Red+Green+Blue) = 158+237+180=575 (76% of max value = 765). Red value is 158 (62.11% from 255 or 27.48% from 575); Green value is 237 (92.97% from 255 or 41.22% from 575); Blue value is 180 (70.70% from 255 or 31.30% from 575); Max value from RGB is 237 - color contains mainly: green. Hex color #9EEDB4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9EEDB4 is #61124B. Grayscale: #CFCFCF. Windows color (decimal): -6361676 or 11857310. OLE color: 11857310.
HSL color Cylindrical-coordinate representation of color #9EEDB4: hue angle of 136.71º 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 #9EEDB4 is Cyan = 0.33, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 158 | 237 | 180 | - |
| CMYK | 0.33 | 0 | 0.24 | 0.07 |
| HSL | 136.71º | 0.69% | 0.77% | - |
| HSV(B) | 136.71º | 0.33% | 0.93% | - |
| XYZ | 52.62 | 71.13 | 54.14 | - |
| YUV | 206.88 | 112.83 | 93.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 237 | 180 | 0.33 | 0 | 0.24 | 0.07 | 136.71 | 0.69 | 0.77 |
| Hex | 9E | ED | B4 | 21 | 0 | 18 | 7 | 89 | 45 | 4D |
| Octal | 236 | 355 | 264 | 41 | 0 | 30 | 7 | 211 | 105 | 115 |
| Binary | 10011110 | 11101101 | 10110100 | 100001 | 0 | 11000 | 111 | 10001001 | 1000101 | 1001101 |
Color Harmonies of #9EEDB4
Complementary color
Monochromatic Colors of #9EEDB4
Black with #9EEDB4
Text Example
Text Example
White with #9EEDB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EEDB4; }
p { color: rgb(158,237,180); }
H1.HeaderClassName
{
color: #9EEDB4;
}
.AnyTagClassName
{
color: #9EEDB4;
}
</style>
background-color css
<style>
a { background-color: #9EEDB4; }
a { background-color: rgb(158,237,180); }
div.DivClassName
{
background-color: #9EEDB4;
}
.BgClassName
{
background-color: #9EEDB4;
}
</style>
border-color css
<style>
span { border-color: #9EEDB4; }
span { border-color: rgb(158,237,180); }
td.TdClassName
{
border-color: #9EEDB4;
}
.TagClassName
{
border-color: #9EEDB4;
}
</style>