Shades of Celadon #9EEBA5
Tints of Celadon #9EEBA5
RGB
CMYK
RGB Variations
Color information
#9EEBA5 (or 0x9EEBA5) is known color: Celadon. HEX triplet: 9E, EB and A5. RGB value is (158,235,165). Sum of RGB (Red+Green+Blue) = 158+235+165=558 (73% of max value = 765). Red value is 158 (62.11% from 255 or 28.32% from 558); Green value is 235 (92.19% from 255 or 42.11% from 558); Blue value is 165 (64.84% from 255 or 29.57% from 558); Max value from RGB is 235 - color contains mainly: green. Hex color #9EEBA5 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9EEBA5 is #61145A. Grayscale: #CCCCCC. Windows color (decimal): -6362203 or 10873758. OLE color: 10873758.
HSL color Cylindrical-coordinate representation of color #9EEBA5: hue angle of 125.45º 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 #9EEBA5 is Cyan = 0.33, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 158 | 235 | 165 | - |
| CMYK | 0.33 | 0 | 0.30 | 0.08 |
| HSL | 125.45º | 0.66% | 0.77% | - |
| HSV(B) | 125.45º | 0.33% | 0.92% | - |
| XYZ | 50.6 | 69.4 | 46.33 | - |
| YUV | 204 | 105.99 | 95.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 235 | 165 | 0.33 | 0 | 0.30 | 0.08 | 125.45 | 0.66 | 0.77 |
| Hex | 9E | EB | A5 | 21 | 0 | 1E | 8 | 7D | 42 | 4D |
| Octal | 236 | 353 | 245 | 41 | 0 | 36 | 10 | 175 | 102 | 115 |
| Binary | 10011110 | 11101011 | 10100101 | 100001 | 0 | 11110 | 1000 | 1111101 | 1000010 | 1001101 |
Color Harmonies of #9EEBA5
Complementary color
Monochromatic Colors of #9EEBA5
Black with #9EEBA5
Text Example
Text Example
White with #9EEBA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EEBA5; }
p { color: rgb(158,235,165); }
H1.HeaderClassName
{
color: #9EEBA5;
}
.AnyTagClassName
{
color: #9EEBA5;
}
</style>
background-color css
<style>
a { background-color: #9EEBA5; }
a { background-color: rgb(158,235,165); }
div.DivClassName
{
background-color: #9EEBA5;
}
.BgClassName
{
background-color: #9EEBA5;
}
</style>
border-color css
<style>
span { border-color: #9EEBA5; }
span { border-color: rgb(158,235,165); }
td.TdClassName
{
border-color: #9EEBA5;
}
.TagClassName
{
border-color: #9EEBA5;
}
</style>