Shades of Celadon #9EEDB1
Tints of Celadon #9EEDB1
RGB
CMYK
RGB Variations
Color information
#9EEDB1 (or 0x9EEDB1) is known color: Celadon. HEX triplet: 9E, ED and B1. RGB value is (158,237,177). Sum of RGB (Red+Green+Blue) = 158+237+177=572 (75% of max value = 765). Red value is 158 (62.11% from 255 or 27.62% from 572); Green value is 237 (92.97% from 255 or 41.43% from 572); Blue value is 177 (69.53% from 255 or 30.94% from 572); Max value from RGB is 237 - color contains mainly: green. Hex color #9EEDB1 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9EEDB1 is #61124E. Grayscale: #CECECE. Windows color (decimal): -6361679 or 11660702. OLE color: 11660702.
HSL color Cylindrical-coordinate representation of color #9EEDB1: hue angle of 134.43º 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 #9EEDB1 is Cyan = 0.33, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 158 | 237 | 177 | - |
| CMYK | 0.33 | 0 | 0.25 | 0.07 |
| HSL | 134.43º | 0.69% | 0.77% | - |
| HSV(B) | 134.43º | 0.33% | 0.93% | - |
| XYZ | 52.32 | 71.01 | 52.54 | - |
| YUV | 206.54 | 111.33 | 93.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 237 | 177 | 0.33 | 0 | 0.25 | 0.07 | 134.43 | 0.69 | 0.77 |
| Hex | 9E | ED | B1 | 21 | 0 | 19 | 7 | 86 | 45 | 4D |
| Octal | 236 | 355 | 261 | 41 | 0 | 31 | 7 | 206 | 105 | 115 |
| Binary | 10011110 | 11101101 | 10110001 | 100001 | 0 | 11001 | 111 | 10000110 | 1000101 | 1001101 |
Color Harmonies of #9EEDB1
Complementary color
Monochromatic Colors of #9EEDB1
Black with #9EEDB1
Text Example
Text Example
White with #9EEDB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EEDB1; }
p { color: rgb(158,237,177); }
H1.HeaderClassName
{
color: #9EEDB1;
}
.AnyTagClassName
{
color: #9EEDB1;
}
</style>
background-color css
<style>
a { background-color: #9EEDB1; }
a { background-color: rgb(158,237,177); }
div.DivClassName
{
background-color: #9EEDB1;
}
.BgClassName
{
background-color: #9EEDB1;
}
</style>
border-color css
<style>
span { border-color: #9EEDB1; }
span { border-color: rgb(158,237,177); }
td.TdClassName
{
border-color: #9EEDB1;
}
.TagClassName
{
border-color: #9EEDB1;
}
</style>