Shades of Celadon #9CEAAC
Tints of Celadon #9CEAAC
RGB
CMYK
RGB Variations
Color information
#9CEAAC (or 0x9CEAAC) is known color: Celadon. HEX triplet: 9C, EA and AC. RGB value is (156,234,172). Sum of RGB (Red+Green+Blue) = 156+234+172=562 (74% of max value = 765). Red value is 156 (61.33% from 255 or 27.76% from 562); Green value is 234 (91.80% from 255 or 41.64% from 562); Blue value is 172 (67.58% from 255 or 30.60% from 562); Max value from RGB is 234 - color contains mainly: green. Hex color #9CEAAC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9CEAAC is #631553. Grayscale: #CBCBCB. Windows color (decimal): -6493524 or 11332252. OLE color: 11332252.
HSL color Cylindrical-coordinate representation of color #9CEAAC: hue angle of 132.31º degrees, saturation: 0.65, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9CEAAC is Cyan = 0.33, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 156 | 234 | 172 | - |
| CMYK | 0.33 | 0 | 0.26 | 0.08 |
| HSL | 132.31º | 0.65% | 0.76% | - |
| HSV(B) | 132.31º | 0.33% | 0.92% | - |
| XYZ | 50.58 | 68.89 | 49.66 | - |
| YUV | 203.61 | 110.16 | 94.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 234 | 172 | 0.33 | 0 | 0.26 | 0.08 | 132.31 | 0.65 | 0.76 |
| Hex | 9C | EA | AC | 21 | 0 | 1A | 8 | 84 | 41 | 4C |
| Octal | 234 | 352 | 254 | 41 | 0 | 32 | 10 | 204 | 101 | 114 |
| Binary | 10011100 | 11101010 | 10101100 | 100001 | 0 | 11010 | 1000 | 10000100 | 1000001 | 1001100 |
Color Harmonies of #9CEAAC
Complementary color
Monochromatic Colors of #9CEAAC
Black with #9CEAAC
Text Example
Text Example
White with #9CEAAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CEAAC; }
p { color: rgb(156,234,172); }
H1.HeaderClassName
{
color: #9CEAAC;
}
.AnyTagClassName
{
color: #9CEAAC;
}
</style>
background-color css
<style>
a { background-color: #9CEAAC; }
a { background-color: rgb(156,234,172); }
div.DivClassName
{
background-color: #9CEAAC;
}
.BgClassName
{
background-color: #9CEAAC;
}
</style>
border-color css
<style>
span { border-color: #9CEAAC; }
span { border-color: rgb(156,234,172); }
td.TdClassName
{
border-color: #9CEAAC;
}
.TagClassName
{
border-color: #9CEAAC;
}
</style>