Shades of Celadon #9EEEA6
Tints of Celadon #9EEEA6
RGB
CMYK
RGB Variations
Color information
#9EEEA6 (or 0x9EEEA6) is known color: Celadon. HEX triplet: 9E, EE and A6. RGB value is (158,238,166). Sum of RGB (Red+Green+Blue) = 158+238+166=562 (74% of max value = 765). Red value is 158 (62.11% from 255 or 28.11% from 562); Green value is 238 (93.36% from 255 or 42.35% from 562); Blue value is 166 (65.23% from 255 or 29.54% from 562); Max value from RGB is 238 - color contains mainly: green. Hex color #9EEEA6 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9EEEA6 is #611159. Grayscale: #CECECE. Windows color (decimal): -6361434 or 10940062. OLE color: 10940062.
HSL color Cylindrical-coordinate representation of color #9EEEA6: hue angle of 126º 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 #9EEEA6 is Cyan = 0.34, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 158 | 238 | 166 | - |
| CMYK | 0.34 | 0 | 0.30 | 0.07 |
| HSL | 126º | 0.7% | 0.78% | - |
| HSV(B) | 126º | 0.34% | 0.93% | - |
| XYZ | 51.56 | 71.17 | 47.1 | - |
| YUV | 205.87 | 105.5 | 93.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 238 | 166 | 0.34 | 0 | 0.30 | 0.07 | 126 | 0.7 | 0.78 |
| Hex | 9E | EE | A6 | 22 | 0 | 1E | 7 | 7E | 46 | 4E |
| Octal | 236 | 356 | 246 | 42 | 0 | 36 | 7 | 176 | 106 | 116 |
| Binary | 10011110 | 11101110 | 10100110 | 100010 | 0 | 11110 | 111 | 1111110 | 1000110 | 1001110 |
Color Harmonies of #9EEEA6
Complementary color
Monochromatic Colors of #9EEEA6
Black with #9EEEA6
Text Example
Text Example
White with #9EEEA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EEEA6; }
p { color: rgb(158,238,166); }
H1.HeaderClassName
{
color: #9EEEA6;
}
.AnyTagClassName
{
color: #9EEEA6;
}
</style>
background-color css
<style>
a { background-color: #9EEEA6; }
a { background-color: rgb(158,238,166); }
div.DivClassName
{
background-color: #9EEEA6;
}
.BgClassName
{
background-color: #9EEEA6;
}
</style>
border-color css
<style>
span { border-color: #9EEEA6; }
span { border-color: rgb(158,238,166); }
td.TdClassName
{
border-color: #9EEEA6;
}
.TagClassName
{
border-color: #9EEEA6;
}
</style>