Shades of Celadon #9EECAC
Tints of Celadon #9EECAC
RGB
CMYK
RGB Variations
Color information
#9EECAC (or 0x9EECAC) is known color: Celadon. HEX triplet: 9E, EC and AC. RGB value is (158,236,172). Sum of RGB (Red+Green+Blue) = 158+236+172=566 (74% of max value = 765). Red value is 158 (62.11% from 255 or 27.92% from 566); Green value is 236 (92.58% from 255 or 41.70% from 566); Blue value is 172 (67.58% from 255 or 30.39% from 566); Max value from RGB is 236 - color contains mainly: green. Hex color #9EECAC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9EECAC is #611353. Grayscale: #CDCDCD. Windows color (decimal): -6361940 or 11332766. OLE color: 11332766.
HSL color Cylindrical-coordinate representation of color #9EECAC: hue angle of 130.77º degrees, saturation: 0.67, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9EECAC is Cyan = 0.33, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 158 | 236 | 172 | - |
| CMYK | 0.33 | 0 | 0.27 | 0.07 |
| HSL | 130.77º | 0.67% | 0.77% | - |
| HSV(B) | 130.77º | 0.33% | 0.93% | - |
| XYZ | 51.54 | 70.24 | 49.87 | - |
| YUV | 205.38 | 109.16 | 94.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 236 | 172 | 0.33 | 0 | 0.27 | 0.07 | 130.77 | 0.67 | 0.77 |
| Hex | 9E | EC | AC | 21 | 0 | 1B | 7 | 83 | 43 | 4D |
| Octal | 236 | 354 | 254 | 41 | 0 | 33 | 7 | 203 | 103 | 115 |
| Binary | 10011110 | 11101100 | 10101100 | 100001 | 0 | 11011 | 111 | 10000011 | 1000011 | 1001101 |
Color Harmonies of #9EECAC
Complementary color
Monochromatic Colors of #9EECAC
Black with #9EECAC
Text Example
Text Example
White with #9EECAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EECAC; }
p { color: rgb(158,236,172); }
H1.HeaderClassName
{
color: #9EECAC;
}
.AnyTagClassName
{
color: #9EECAC;
}
</style>
background-color css
<style>
a { background-color: #9EECAC; }
a { background-color: rgb(158,236,172); }
div.DivClassName
{
background-color: #9EECAC;
}
.BgClassName
{
background-color: #9EECAC;
}
</style>
border-color css
<style>
span { border-color: #9EECAC; }
span { border-color: rgb(158,236,172); }
td.TdClassName
{
border-color: #9EECAC;
}
.TagClassName
{
border-color: #9EECAC;
}
</style>