Shades of Celadon #9CECAF
Tints of Celadon #9CECAF
RGB
CMYK
RGB Variations
Color information
#9CECAF (or 0x9CECAF) is known color: Celadon. HEX triplet: 9C, EC and AF. RGB value is (156,236,175). Sum of RGB (Red+Green+Blue) = 156+236+175=567 (75% of max value = 765). Red value is 156 (61.33% from 255 or 27.51% from 567); Green value is 236 (92.58% from 255 or 41.62% from 567); Blue value is 175 (68.75% from 255 or 30.86% from 567); Max value from RGB is 236 - color contains mainly: green. Hex color #9CECAF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9CECAF is #631350. Grayscale: #CDCDCD. Windows color (decimal): -6493009 or 11529372. OLE color: 11529372.
HSL color Cylindrical-coordinate representation of color #9CECAF: hue angle of 134.25º degrees, saturation: 0.68, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9CECAF is Cyan = 0.34, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 156 | 236 | 175 | - |
| CMYK | 0.34 | 0 | 0.26 | 0.07 |
| HSL | 134.25º | 0.68% | 0.77% | - |
| HSV(B) | 134.25º | 0.34% | 0.93% | - |
| XYZ | 51.44 | 70.15 | 51.39 | - |
| YUV | 205.13 | 111 | 92.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 236 | 175 | 0.34 | 0 | 0.26 | 0.07 | 134.25 | 0.68 | 0.77 |
| Hex | 9C | EC | AF | 22 | 0 | 1A | 7 | 86 | 44 | 4D |
| Octal | 234 | 354 | 257 | 42 | 0 | 32 | 7 | 206 | 104 | 115 |
| Binary | 10011100 | 11101100 | 10101111 | 100010 | 0 | 11010 | 111 | 10000110 | 1000100 | 1001101 |
Color Harmonies of #9CECAF
Complementary color
Monochromatic Colors of #9CECAF
Black with #9CECAF
Text Example
Text Example
White with #9CECAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CECAF; }
p { color: rgb(156,236,175); }
H1.HeaderClassName
{
color: #9CECAF;
}
.AnyTagClassName
{
color: #9CECAF;
}
</style>
background-color css
<style>
a { background-color: #9CECAF; }
a { background-color: rgb(156,236,175); }
div.DivClassName
{
background-color: #9CECAF;
}
.BgClassName
{
background-color: #9CECAF;
}
</style>
border-color css
<style>
span { border-color: #9CECAF; }
span { border-color: rgb(156,236,175); }
td.TdClassName
{
border-color: #9CECAF;
}
.TagClassName
{
border-color: #9CECAF;
}
</style>