Shades of Celadon #9CE9AA
Tints of Celadon #9CE9AA
RGB
CMYK
RGB Variations
Color information
#9CE9AA (or 0x9CE9AA) is known color: Celadon. HEX triplet: 9C, E9 and AA. RGB value is (156,233,170). Sum of RGB (Red+Green+Blue) = 156+233+170=559 (74% of max value = 765). Red value is 156 (61.33% from 255 or 27.91% from 559); Green value is 233 (91.41% from 255 or 41.68% from 559); Blue value is 170 (66.80% from 255 or 30.41% from 559); Max value from RGB is 233 - color contains mainly: green. Hex color #9CE9AA is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9CE9AA is #631655. Grayscale: #CACACA. Windows color (decimal): -6493782 or 11200924. OLE color: 11200924.
HSL color Cylindrical-coordinate representation of color #9CE9AA: hue angle of 130.91º degrees, saturation: 0.64, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9CE9AA is Cyan = 0.33, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 156 | 233 | 170 | - |
| CMYK | 0.33 | 0 | 0.27 | 0.09 |
| HSL | 130.91º | 0.64% | 0.76% | - |
| HSV(B) | 130.91º | 0.33% | 0.91% | - |
| XYZ | 50.1 | 68.25 | 48.56 | - |
| YUV | 202.8 | 109.49 | 94.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 233 | 170 | 0.33 | 0 | 0.27 | 0.09 | 130.91 | 0.64 | 0.76 |
| Hex | 9C | E9 | AA | 21 | 0 | 1B | 9 | 83 | 40 | 4C |
| Octal | 234 | 351 | 252 | 41 | 0 | 33 | 11 | 203 | 100 | 114 |
| Binary | 10011100 | 11101001 | 10101010 | 100001 | 0 | 11011 | 1001 | 10000011 | 1000000 | 1001100 |
Color Harmonies of #9CE9AA
Complementary color
Monochromatic Colors of #9CE9AA
Black with #9CE9AA
Text Example
Text Example
White with #9CE9AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CE9AA; }
p { color: rgb(156,233,170); }
H1.HeaderClassName
{
color: #9CE9AA;
}
.AnyTagClassName
{
color: #9CE9AA;
}
</style>
background-color css
<style>
a { background-color: #9CE9AA; }
a { background-color: rgb(156,233,170); }
div.DivClassName
{
background-color: #9CE9AA;
}
.BgClassName
{
background-color: #9CE9AA;
}
</style>
border-color css
<style>
span { border-color: #9CE9AA; }
span { border-color: rgb(156,233,170); }
td.TdClassName
{
border-color: #9CE9AA;
}
.TagClassName
{
border-color: #9CE9AA;
}
</style>