Shades of Celadon #9CECAA
Tints of Celadon #9CECAA
RGB
CMYK
RGB Variations
Color information
#9CECAA (or 0x9CECAA) is known color: Celadon. HEX triplet: 9C, EC and AA. RGB value is (156,236,170). Sum of RGB (Red+Green+Blue) = 156+236+170=562 (74% of max value = 765). Red value is 156 (61.33% from 255 or 27.76% from 562); Green value is 236 (92.58% from 255 or 41.99% from 562); Blue value is 170 (66.80% from 255 or 30.25% from 562); Max value from RGB is 236 - color contains mainly: green. Hex color #9CECAA is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9CECAA is #631355. Grayscale: #CCCCCC. Windows color (decimal): -6493014 or 11201692. OLE color: 11201692.
HSL color Cylindrical-coordinate representation of color #9CECAA: hue angle of 130.5º 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 #9CECAA is Cyan = 0.34, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 156 | 236 | 170 | - |
| CMYK | 0.34 | 0 | 0.28 | 0.07 |
| HSL | 130.5º | 0.68% | 0.77% | - |
| HSV(B) | 130.5º | 0.34% | 0.93% | - |
| XYZ | 50.96 | 69.96 | 48.85 | - |
| YUV | 204.56 | 108.5 | 93.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 236 | 170 | 0.34 | 0 | 0.28 | 0.07 | 130.5 | 0.68 | 0.77 |
| Hex | 9C | EC | AA | 22 | 0 | 1C | 7 | 82 | 44 | 4D |
| Octal | 234 | 354 | 252 | 42 | 0 | 34 | 7 | 202 | 104 | 115 |
| Binary | 10011100 | 11101100 | 10101010 | 100010 | 0 | 11100 | 111 | 10000010 | 1000100 | 1001101 |
Color Harmonies of #9CECAA
Complementary color
Monochromatic Colors of #9CECAA
Black with #9CECAA
Text Example
Text Example
White with #9CECAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CECAA; }
p { color: rgb(156,236,170); }
H1.HeaderClassName
{
color: #9CECAA;
}
.AnyTagClassName
{
color: #9CECAA;
}
</style>
background-color css
<style>
a { background-color: #9CECAA; }
a { background-color: rgb(156,236,170); }
div.DivClassName
{
background-color: #9CECAA;
}
.BgClassName
{
background-color: #9CECAA;
}
</style>
border-color css
<style>
span { border-color: #9CECAA; }
span { border-color: rgb(156,236,170); }
td.TdClassName
{
border-color: #9CECAA;
}
.TagClassName
{
border-color: #9CECAA;
}
</style>