Shades of Celadon #9FEDB1
Tints of Celadon #9FEDB1
RGB
CMYK
RGB Variations
Color information
#9FEDB1 (or 0x9FEDB1) is known color: Celadon. HEX triplet: 9F, ED and B1. RGB value is (159,237,177). Sum of RGB (Red+Green+Blue) = 159+237+177=573 (75% of max value = 765). Red value is 159 (62.5% from 255 or 27.75% from 573); Green value is 237 (92.97% from 255 or 41.36% from 573); Blue value is 177 (69.53% from 255 or 30.89% from 573); Max value from RGB is 237 - color contains mainly: green. Hex color #9FEDB1 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9FEDB1 is #60124E. Grayscale: #CECECE. Windows color (decimal): -6296143 or 11660703. OLE color: 11660703.
HSL color Cylindrical-coordinate representation of color #9FEDB1: hue angle of 133.85º 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 #9FEDB1 is Cyan = 0.33, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 159 | 237 | 177 | - |
| CMYK | 0.33 | 0 | 0.25 | 0.07 |
| HSL | 133.85º | 0.68% | 0.78% | - |
| HSV(B) | 133.85º | 0.33% | 0.93% | - |
| XYZ | 52.52 | 71.11 | 52.55 | - |
| YUV | 206.84 | 111.16 | 93.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 237 | 177 | 0.33 | 0 | 0.25 | 0.07 | 133.85 | 0.68 | 0.78 |
| Hex | 9F | ED | B1 | 21 | 0 | 19 | 7 | 86 | 44 | 4E |
| Octal | 237 | 355 | 261 | 41 | 0 | 31 | 7 | 206 | 104 | 116 |
| Binary | 10011111 | 11101101 | 10110001 | 100001 | 0 | 11001 | 111 | 10000110 | 1000100 | 1001110 |
Color Harmonies of #9FEDB1
Complementary color
Monochromatic Colors of #9FEDB1
Black with #9FEDB1
Text Example
Text Example
White with #9FEDB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FEDB1; }
p { color: rgb(159,237,177); }
H1.HeaderClassName
{
color: #9FEDB1;
}
.AnyTagClassName
{
color: #9FEDB1;
}
</style>
background-color css
<style>
a { background-color: #9FEDB1; }
a { background-color: rgb(159,237,177); }
div.DivClassName
{
background-color: #9FEDB1;
}
.BgClassName
{
background-color: #9FEDB1;
}
</style>
border-color css
<style>
span { border-color: #9FEDB1; }
span { border-color: rgb(159,237,177); }
td.TdClassName
{
border-color: #9FEDB1;
}
.TagClassName
{
border-color: #9FEDB1;
}
</style>