Shades of Celadon #9EEAB0
Tints of Celadon #9EEAB0
RGB
CMYK
RGB Variations
Color information
#9EEAB0 (or 0x9EEAB0) is known color: Celadon. HEX triplet: 9E, EA and B0. RGB value is (158,234,176). Sum of RGB (Red+Green+Blue) = 158+234+176=568 (75% of max value = 765). Red value is 158 (62.11% from 255 or 27.82% from 568); Green value is 234 (91.80% from 255 or 41.20% from 568); Blue value is 176 (69.14% from 255 or 30.99% from 568); Max value from RGB is 234 - color contains mainly: green. Hex color #9EEAB0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9EEAB0 is #61154F. Grayscale: #CCCCCC. Windows color (decimal): -6362448 or 11594398. OLE color: 11594398.
HSL color Cylindrical-coordinate representation of color #9EEAB0: hue angle of 134.21º degrees, saturation: 0.64, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9EEAB0 is Cyan = 0.32, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 158 | 234 | 176 | - |
| CMYK | 0.32 | 0 | 0.25 | 0.08 |
| HSL | 134.21º | 0.64% | 0.77% | - |
| HSV(B) | 134.21º | 0.32% | 0.92% | - |
| XYZ | 51.36 | 69.25 | 51.73 | - |
| YUV | 204.66 | 111.82 | 94.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 234 | 176 | 0.32 | 0 | 0.25 | 0.08 | 134.21 | 0.64 | 0.77 |
| Hex | 9E | EA | B0 | 20 | 0 | 19 | 8 | 86 | 40 | 4D |
| Octal | 236 | 352 | 260 | 40 | 0 | 31 | 10 | 206 | 100 | 115 |
| Binary | 10011110 | 11101010 | 10110000 | 100000 | 0 | 11001 | 1000 | 10000110 | 1000000 | 1001101 |
Color Harmonies of #9EEAB0
Complementary color
Monochromatic Colors of #9EEAB0
Black with #9EEAB0
Text Example
Text Example
White with #9EEAB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EEAB0; }
p { color: rgb(158,234,176); }
H1.HeaderClassName
{
color: #9EEAB0;
}
.AnyTagClassName
{
color: #9EEAB0;
}
</style>
background-color css
<style>
a { background-color: #9EEAB0; }
a { background-color: rgb(158,234,176); }
div.DivClassName
{
background-color: #9EEAB0;
}
.BgClassName
{
background-color: #9EEAB0;
}
</style>
border-color css
<style>
span { border-color: #9EEAB0; }
span { border-color: rgb(158,234,176); }
td.TdClassName
{
border-color: #9EEAB0;
}
.TagClassName
{
border-color: #9EEAB0;
}
</style>