Shades of Celadon #9EEBA6
Tints of Celadon #9EEBA6
RGB
CMYK
RGB Variations
Color information
#9EEBA6 (or 0x9EEBA6) is known color: Celadon. HEX triplet: 9E, EB and A6. RGB value is (158,235,166). Sum of RGB (Red+Green+Blue) = 158+235+166=559 (74% of max value = 765). Red value is 158 (62.11% from 255 or 28.26% from 559); Green value is 235 (92.19% from 255 or 42.04% from 559); Blue value is 166 (65.23% from 255 or 29.70% from 559); Max value from RGB is 235 - color contains mainly: green. Hex color #9EEBA6 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9EEBA6 is #611459. Grayscale: #CCCCCC. Windows color (decimal): -6362202 or 10939294. OLE color: 10939294.
HSL color Cylindrical-coordinate representation of color #9EEBA6: hue angle of 126.23º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9EEBA6 is Cyan = 0.33, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 158 | 235 | 166 | - |
| CMYK | 0.33 | 0 | 0.29 | 0.08 |
| HSL | 126.23º | 0.66% | 0.77% | - |
| HSV(B) | 126.23º | 0.33% | 0.92% | - |
| XYZ | 50.69 | 69.44 | 46.81 | - |
| YUV | 204.11 | 106.49 | 95.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 235 | 166 | 0.33 | 0 | 0.29 | 0.08 | 126.23 | 0.66 | 0.77 |
| Hex | 9E | EB | A6 | 21 | 0 | 1D | 8 | 7E | 42 | 4D |
| Octal | 236 | 353 | 246 | 41 | 0 | 35 | 10 | 176 | 102 | 115 |
| Binary | 10011110 | 11101011 | 10100110 | 100001 | 0 | 11101 | 1000 | 1111110 | 1000010 | 1001101 |
Color Harmonies of #9EEBA6
Complementary color
Monochromatic Colors of #9EEBA6
Black with #9EEBA6
Text Example
Text Example
White with #9EEBA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EEBA6; }
p { color: rgb(158,235,166); }
H1.HeaderClassName
{
color: #9EEBA6;
}
.AnyTagClassName
{
color: #9EEBA6;
}
</style>
background-color css
<style>
a { background-color: #9EEBA6; }
a { background-color: rgb(158,235,166); }
div.DivClassName
{
background-color: #9EEBA6;
}
.BgClassName
{
background-color: #9EEBA6;
}
</style>
border-color css
<style>
span { border-color: #9EEBA6; }
span { border-color: rgb(158,235,166); }
td.TdClassName
{
border-color: #9EEBA6;
}
.TagClassName
{
border-color: #9EEBA6;
}
</style>