Shades of Celadon #9FEDAB
Tints of Celadon #9FEDAB
RGB
CMYK
RGB Variations
Color information
#9FEDAB (or 0x9FEDAB) is known color: Celadon. HEX triplet: 9F, ED and AB. RGB value is (159,237,171). Sum of RGB (Red+Green+Blue) = 159+237+171=567 (75% of max value = 765). Red value is 159 (62.5% from 255 or 28.04% from 567); Green value is 237 (92.97% from 255 or 41.80% from 567); Blue value is 171 (67.19% from 255 or 30.16% from 567); Max value from RGB is 237 - color contains mainly: green. Hex color #9FEDAB is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9FEDAB is #601254. Grayscale: #CECECE. Windows color (decimal): -6296149 or 11267487. OLE color: 11267487.
HSL color Cylindrical-coordinate representation of color #9FEDAB: hue angle of 129.23º 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 #9FEDAB is Cyan = 0.33, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 159 | 237 | 171 | - |
| CMYK | 0.33 | 0 | 0.28 | 0.07 |
| HSL | 129.23º | 0.68% | 0.78% | - |
| HSV(B) | 129.23º | 0.33% | 0.93% | - |
| XYZ | 51.93 | 70.88 | 49.47 | - |
| YUV | 206.15 | 108.16 | 94.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 237 | 171 | 0.33 | 0 | 0.28 | 0.07 | 129.23 | 0.68 | 0.78 |
| Hex | 9F | ED | AB | 21 | 0 | 1C | 7 | 81 | 44 | 4E |
| Octal | 237 | 355 | 253 | 41 | 0 | 34 | 7 | 201 | 104 | 116 |
| Binary | 10011111 | 11101101 | 10101011 | 100001 | 0 | 11100 | 111 | 10000001 | 1000100 | 1001110 |
Color Harmonies of #9FEDAB
Complementary color
Monochromatic Colors of #9FEDAB
Black with #9FEDAB
Text Example
Text Example
White with #9FEDAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FEDAB; }
p { color: rgb(159,237,171); }
H1.HeaderClassName
{
color: #9FEDAB;
}
.AnyTagClassName
{
color: #9FEDAB;
}
</style>
background-color css
<style>
a { background-color: #9FEDAB; }
a { background-color: rgb(159,237,171); }
div.DivClassName
{
background-color: #9FEDAB;
}
.BgClassName
{
background-color: #9FEDAB;
}
</style>
border-color css
<style>
span { border-color: #9FEDAB; }
span { border-color: rgb(159,237,171); }
td.TdClassName
{
border-color: #9FEDAB;
}
.TagClassName
{
border-color: #9FEDAB;
}
</style>