Shades of Celadon #9CECAC
Tints of Celadon #9CECAC
RGB
CMYK
RGB Variations
Color information
#9CECAC (or 0x9CECAC) is known color: Celadon. HEX triplet: 9C, EC and AC. RGB value is (156,236,172). Sum of RGB (Red+Green+Blue) = 156+236+172=564 (74% of max value = 765). Red value is 156 (61.33% from 255 or 27.66% from 564); Green value is 236 (92.58% from 255 or 41.84% from 564); Blue value is 172 (67.58% from 255 or 30.50% from 564); Max value from RGB is 236 - color contains mainly: green. Hex color #9CECAC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9CECAC is #631353. Grayscale: #CCCCCC. Windows color (decimal): -6493012 or 11332764. OLE color: 11332764.
HSL color Cylindrical-coordinate representation of color #9CECAC: hue angle of 132º 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 #9CECAC is Cyan = 0.34, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 156 | 236 | 172 | - |
| CMYK | 0.34 | 0 | 0.27 | 0.07 |
| HSL | 132º | 0.68% | 0.77% | - |
| HSV(B) | 132º | 0.34% | 0.93% | - |
| XYZ | 51.15 | 70.04 | 49.85 | - |
| YUV | 204.78 | 109.5 | 93.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 236 | 172 | 0.34 | 0 | 0.27 | 0.07 | 132 | 0.68 | 0.77 |
| Hex | 9C | EC | AC | 22 | 0 | 1B | 7 | 84 | 44 | 4D |
| Octal | 234 | 354 | 254 | 42 | 0 | 33 | 7 | 204 | 104 | 115 |
| Binary | 10011100 | 11101100 | 10101100 | 100010 | 0 | 11011 | 111 | 10000100 | 1000100 | 1001101 |
Color Harmonies of #9CECAC
Complementary color
Monochromatic Colors of #9CECAC
Black with #9CECAC
Text Example
Text Example
White with #9CECAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CECAC; }
p { color: rgb(156,236,172); }
H1.HeaderClassName
{
color: #9CECAC;
}
.AnyTagClassName
{
color: #9CECAC;
}
</style>
background-color css
<style>
a { background-color: #9CECAC; }
a { background-color: rgb(156,236,172); }
div.DivClassName
{
background-color: #9CECAC;
}
.BgClassName
{
background-color: #9CECAC;
}
</style>
border-color css
<style>
span { border-color: #9CECAC; }
span { border-color: rgb(156,236,172); }
td.TdClassName
{
border-color: #9CECAC;
}
.TagClassName
{
border-color: #9CECAC;
}
</style>