Shades of Celadon #9FEDB5
Tints of Celadon #9FEDB5
RGB
CMYK
RGB Variations
Color information
#9FEDB5 (or 0x9FEDB5) is known color: Celadon. HEX triplet: 9F, ED and B5. RGB value is (159,237,181). Sum of RGB (Red+Green+Blue) = 159+237+181=577 (76% of max value = 765). Red value is 159 (62.5% from 255 or 27.56% from 577); Green value is 237 (92.97% from 255 or 41.07% from 577); Blue value is 181 (71.09% from 255 or 31.37% from 577); Max value from RGB is 237 - color contains mainly: green. Hex color #9FEDB5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FEDB5 is #60124A. Grayscale: #CFCFCF. Windows color (decimal): -6296139 or 11922847. OLE color: 11922847.
HSL color Cylindrical-coordinate representation of color #9FEDB5: hue angle of 136.92º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9FEDB5 is Cyan = 0.33, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 159 | 237 | 181 | - |
| CMYK | 0.33 | 0 | 0.24 | 0.07 |
| HSL | 136.92º | 0.68% | 0.78% | - |
| HSV(B) | 136.92º | 0.33% | 0.93% | - |
| XYZ | 52.92 | 71.28 | 54.68 | - |
| YUV | 207.29 | 113.16 | 93.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 237 | 181 | 0.33 | 0 | 0.24 | 0.07 | 136.92 | 0.68 | 0.78 |
| Hex | 9F | ED | B5 | 21 | 0 | 18 | 7 | 89 | 44 | 4E |
| Octal | 237 | 355 | 265 | 41 | 0 | 30 | 7 | 211 | 104 | 116 |
| Binary | 10011111 | 11101101 | 10110101 | 100001 | 0 | 11000 | 111 | 10001001 | 1000100 | 1001110 |
Color Harmonies of #9FEDB5
Complementary color
Monochromatic Colors of #9FEDB5
Black with #9FEDB5
Text Example
Text Example
White with #9FEDB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FEDB5; }
p { color: rgb(159,237,181); }
H1.HeaderClassName
{
color: #9FEDB5;
}
.AnyTagClassName
{
color: #9FEDB5;
}
</style>
background-color css
<style>
a { background-color: #9FEDB5; }
a { background-color: rgb(159,237,181); }
div.DivClassName
{
background-color: #9FEDB5;
}
.BgClassName
{
background-color: #9FEDB5;
}
</style>
border-color css
<style>
span { border-color: #9FEDB5; }
span { border-color: rgb(159,237,181); }
td.TdClassName
{
border-color: #9FEDB5;
}
.TagClassName
{
border-color: #9FEDB5;
}
</style>