Shades of Celadon #9EEEAC
Tints of Celadon #9EEEAC
RGB
CMYK
RGB Variations
Color information
#9EEEAC (or 0x9EEEAC) is known color: Celadon. HEX triplet: 9E, EE and AC. RGB value is (158,238,172). Sum of RGB (Red+Green+Blue) = 158+238+172=568 (75% of max value = 765). Red value is 158 (62.11% from 255 or 27.82% from 568); Green value is 238 (93.36% from 255 or 41.90% from 568); Blue value is 172 (67.58% from 255 or 30.28% from 568); Max value from RGB is 238 - color contains mainly: green. Hex color #9EEEAC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9EEEAC is #611153. Grayscale: #CECECE. Windows color (decimal): -6361428 or 11333278. OLE color: 11333278.
HSL color Cylindrical-coordinate representation of color #9EEEAC: hue angle of 130.5º degrees, saturation: 0.7, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9EEEAC is Cyan = 0.34, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 158 | 238 | 172 | - |
| CMYK | 0.34 | 0 | 0.28 | 0.07 |
| HSL | 130.5º | 0.7% | 0.78% | - |
| HSV(B) | 130.5º | 0.34% | 0.93% | - |
| XYZ | 52.12 | 71.4 | 50.06 | - |
| YUV | 206.56 | 108.5 | 93.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 238 | 172 | 0.34 | 0 | 0.28 | 0.07 | 130.5 | 0.7 | 0.78 |
| Hex | 9E | EE | AC | 22 | 0 | 1C | 7 | 82 | 46 | 4E |
| Octal | 236 | 356 | 254 | 42 | 0 | 34 | 7 | 202 | 106 | 116 |
| Binary | 10011110 | 11101110 | 10101100 | 100010 | 0 | 11100 | 111 | 10000010 | 1000110 | 1001110 |
Color Harmonies of #9EEEAC
Complementary color
Monochromatic Colors of #9EEEAC
Black with #9EEEAC
Text Example
Text Example
White with #9EEEAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EEEAC; }
p { color: rgb(158,238,172); }
H1.HeaderClassName
{
color: #9EEEAC;
}
.AnyTagClassName
{
color: #9EEEAC;
}
</style>
background-color css
<style>
a { background-color: #9EEEAC; }
a { background-color: rgb(158,238,172); }
div.DivClassName
{
background-color: #9EEEAC;
}
.BgClassName
{
background-color: #9EEEAC;
}
</style>
border-color css
<style>
span { border-color: #9EEEAC; }
span { border-color: rgb(158,238,172); }
td.TdClassName
{
border-color: #9EEEAC;
}
.TagClassName
{
border-color: #9EEEAC;
}
</style>