Shades of Celadon #9FECAC
Tints of Celadon #9FECAC
RGB
CMYK
RGB Variations
Color information
#9FECAC (or 0x9FECAC) is known color: Celadon. HEX triplet: 9F, EC and AC. RGB value is (159,236,172). Sum of RGB (Red+Green+Blue) = 159+236+172=567 (75% of max value = 765). Red value is 159 (62.5% from 255 or 28.04% from 567); Green value is 236 (92.58% from 255 or 41.62% from 567); Blue value is 172 (67.58% from 255 or 30.34% from 567); Max value from RGB is 236 - color contains mainly: green. Hex color #9FECAC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9FECAC is #601353. Grayscale: #CDCDCD. Windows color (decimal): -6296404 or 11332767. OLE color: 11332767.
HSL color Cylindrical-coordinate representation of color #9FECAC: hue angle of 130.13º degrees, saturation: 0.67, 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 #9FECAC is Cyan = 0.33, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 159 | 236 | 172 | - |
| CMYK | 0.33 | 0 | 0.27 | 0.07 |
| HSL | 130.13º | 0.67% | 0.77% | - |
| HSV(B) | 130.13º | 0.33% | 0.93% | - |
| XYZ | 51.74 | 70.34 | 49.88 | - |
| YUV | 205.68 | 108.99 | 94.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 236 | 172 | 0.33 | 0 | 0.27 | 0.07 | 130.13 | 0.67 | 0.77 |
| Hex | 9F | EC | AC | 21 | 0 | 1B | 7 | 82 | 43 | 4D |
| Octal | 237 | 354 | 254 | 41 | 0 | 33 | 7 | 202 | 103 | 115 |
| Binary | 10011111 | 11101100 | 10101100 | 100001 | 0 | 11011 | 111 | 10000010 | 1000011 | 1001101 |
Color Harmonies of #9FECAC
Complementary color
Monochromatic Colors of #9FECAC
Black with #9FECAC
Text Example
Text Example
White with #9FECAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FECAC; }
p { color: rgb(159,236,172); }
H1.HeaderClassName
{
color: #9FECAC;
}
.AnyTagClassName
{
color: #9FECAC;
}
</style>
background-color css
<style>
a { background-color: #9FECAC; }
a { background-color: rgb(159,236,172); }
div.DivClassName
{
background-color: #9FECAC;
}
.BgClassName
{
background-color: #9FECAC;
}
</style>
border-color css
<style>
span { border-color: #9FECAC; }
span { border-color: rgb(159,236,172); }
td.TdClassName
{
border-color: #9FECAC;
}
.TagClassName
{
border-color: #9FECAC;
}
</style>