Shades of Celadon #9FECAB
Tints of Celadon #9FECAB
RGB
CMYK
RGB Variations
Color information
#9FECAB (or 0x9FECAB) is known color: Celadon. HEX triplet: 9F, EC and AB. RGB value is (159,236,171). Sum of RGB (Red+Green+Blue) = 159+236+171=566 (74% of max value = 765). Red value is 159 (62.5% from 255 or 28.09% from 566); Green value is 236 (92.58% from 255 or 41.70% from 566); Blue value is 171 (67.19% from 255 or 30.21% from 566); Max value from RGB is 236 - color contains mainly: green. Hex color #9FECAB is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9FECAB is #601354. Grayscale: #CDCDCD. Windows color (decimal): -6296405 or 11267231. OLE color: 11267231.
HSL color Cylindrical-coordinate representation of color #9FECAB: hue angle of 129.35º 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 #9FECAB is Cyan = 0.33, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 159 | 236 | 171 | - |
| CMYK | 0.33 | 0 | 0.28 | 0.07 |
| HSL | 129.35º | 0.67% | 0.77% | - |
| HSV(B) | 129.35º | 0.33% | 0.93% | - |
| XYZ | 51.64 | 70.3 | 49.38 | - |
| YUV | 205.57 | 108.49 | 94.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 236 | 171 | 0.33 | 0 | 0.28 | 0.07 | 129.35 | 0.67 | 0.77 |
| Hex | 9F | EC | AB | 21 | 0 | 1C | 7 | 81 | 43 | 4D |
| Octal | 237 | 354 | 253 | 41 | 0 | 34 | 7 | 201 | 103 | 115 |
| Binary | 10011111 | 11101100 | 10101011 | 100001 | 0 | 11100 | 111 | 10000001 | 1000011 | 1001101 |
Color Harmonies of #9FECAB
Complementary color
Monochromatic Colors of #9FECAB
Black with #9FECAB
Text Example
Text Example
White with #9FECAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FECAB; }
p { color: rgb(159,236,171); }
H1.HeaderClassName
{
color: #9FECAB;
}
.AnyTagClassName
{
color: #9FECAB;
}
</style>
background-color css
<style>
a { background-color: #9FECAB; }
a { background-color: rgb(159,236,171); }
div.DivClassName
{
background-color: #9FECAB;
}
.BgClassName
{
background-color: #9FECAB;
}
</style>
border-color css
<style>
span { border-color: #9FECAB; }
span { border-color: rgb(159,236,171); }
td.TdClassName
{
border-color: #9FECAB;
}
.TagClassName
{
border-color: #9FECAB;
}
</style>