Shades of Celadon #9CECAB
Tints of Celadon #9CECAB
RGB
CMYK
RGB Variations
Color information
#9CECAB (or 0x9CECAB) is known color: Celadon. HEX triplet: 9C, EC and AB. RGB value is (156,236,171). Sum of RGB (Red+Green+Blue) = 156+236+171=563 (74% of max value = 765). Red value is 156 (61.33% from 255 or 27.71% from 563); Green value is 236 (92.58% from 255 or 41.92% from 563); Blue value is 171 (67.19% from 255 or 30.37% from 563); Max value from RGB is 236 - color contains mainly: green. Hex color #9CECAB is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9CECAB is #631354. Grayscale: #CCCCCC. Windows color (decimal): -6493013 or 11267228. OLE color: 11267228.
HSL color Cylindrical-coordinate representation of color #9CECAB: hue angle of 131.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 #9CECAB is Cyan = 0.34, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 156 | 236 | 171 | - |
| CMYK | 0.34 | 0 | 0.28 | 0.07 |
| HSL | 131.25º | 0.68% | 0.77% | - |
| HSV(B) | 131.25º | 0.34% | 0.93% | - |
| XYZ | 51.06 | 70 | 49.35 | - |
| YUV | 204.67 | 109 | 93.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 236 | 171 | 0.34 | 0 | 0.28 | 0.07 | 131.25 | 0.68 | 0.77 |
| Hex | 9C | EC | AB | 22 | 0 | 1C | 7 | 83 | 44 | 4D |
| Octal | 234 | 354 | 253 | 42 | 0 | 34 | 7 | 203 | 104 | 115 |
| Binary | 10011100 | 11101100 | 10101011 | 100010 | 0 | 11100 | 111 | 10000011 | 1000100 | 1001101 |
Color Harmonies of #9CECAB
Complementary color
Monochromatic Colors of #9CECAB
Black with #9CECAB
Text Example
Text Example
White with #9CECAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CECAB; }
p { color: rgb(156,236,171); }
H1.HeaderClassName
{
color: #9CECAB;
}
.AnyTagClassName
{
color: #9CECAB;
}
</style>
background-color css
<style>
a { background-color: #9CECAB; }
a { background-color: rgb(156,236,171); }
div.DivClassName
{
background-color: #9CECAB;
}
.BgClassName
{
background-color: #9CECAB;
}
</style>
border-color css
<style>
span { border-color: #9CECAB; }
span { border-color: rgb(156,236,171); }
td.TdClassName
{
border-color: #9CECAB;
}
.TagClassName
{
border-color: #9CECAB;
}
</style>