Shades of Celadon #9CEEAC
Tints of Celadon #9CEEAC
RGB
CMYK
RGB Variations
Color information
#9CEEAC (or 0x9CEEAC) is known color: Celadon. HEX triplet: 9C, EE and AC. RGB value is (156,238,172). Sum of RGB (Red+Green+Blue) = 156+238+172=566 (74% of max value = 765). Red value is 156 (61.33% from 255 or 27.56% from 566); Green value is 238 (93.36% from 255 or 42.05% from 566); Blue value is 172 (67.58% from 255 or 30.39% from 566); Max value from RGB is 238 - color contains mainly: green. Hex color #9CEEAC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9CEEAC is #631153. Grayscale: #CECECE. Windows color (decimal): -6492500 or 11333276. OLE color: 11333276.
HSL color Cylindrical-coordinate representation of color #9CEEAC: hue angle of 131.71º degrees, saturation: 0.71, 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 #9CEEAC is Cyan = 0.34, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 156 | 238 | 172 | - |
| CMYK | 0.34 | 0 | 0.28 | 0.07 |
| HSL | 131.71º | 0.71% | 0.77% | - |
| HSV(B) | 131.71º | 0.34% | 0.93% | - |
| XYZ | 51.73 | 71.2 | 50.05 | - |
| YUV | 205.96 | 108.83 | 92.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 238 | 172 | 0.34 | 0 | 0.28 | 0.07 | 131.71 | 0.71 | 0.77 |
| Hex | 9C | EE | AC | 22 | 0 | 1C | 7 | 84 | 47 | 4D |
| Octal | 234 | 356 | 254 | 42 | 0 | 34 | 7 | 204 | 107 | 115 |
| Binary | 10011100 | 11101110 | 10101100 | 100010 | 0 | 11100 | 111 | 10000100 | 1000111 | 1001101 |
Color Harmonies of #9CEEAC
Complementary color
Monochromatic Colors of #9CEEAC
Black with #9CEEAC
Text Example
Text Example
White with #9CEEAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CEEAC; }
p { color: rgb(156,238,172); }
H1.HeaderClassName
{
color: #9CEEAC;
}
.AnyTagClassName
{
color: #9CEEAC;
}
</style>
background-color css
<style>
a { background-color: #9CEEAC; }
a { background-color: rgb(156,238,172); }
div.DivClassName
{
background-color: #9CEEAC;
}
.BgClassName
{
background-color: #9CEEAC;
}
</style>
border-color css
<style>
span { border-color: #9CEEAC; }
span { border-color: rgb(156,238,172); }
td.TdClassName
{
border-color: #9CEEAC;
}
.TagClassName
{
border-color: #9CEEAC;
}
</style>