Shades of Celadon #9EFDB5
Tints of Celadon #9EFDB5
RGB
CMYK
RGB Variations
Color information
#9EFDB5 (or 0x9EFDB5) is known color: Celadon. HEX triplet: 9E, FD and B5. RGB value is (158,253,181). Sum of RGB (Red+Green+Blue) = 158+253+181=592 (78% of max value = 765). Red value is 158 (62.11% from 255 or 26.69% from 592); Green value is 253 (99.22% from 255 or 42.74% from 592); Blue value is 181 (71.09% from 255 or 30.57% from 592); Max value from RGB is 253 - color contains mainly: green. Hex color #9EFDB5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9EFDB5 is #61024A. Grayscale: #D8D8D8. Windows color (decimal): -6357579 or 11926942. OLE color: 11926942.
HSL color Cylindrical-coordinate representation of color #9EFDB5: hue angle of 134.53º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9EFDB5 is Cyan = 0.38, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 158 | 253 | 181 | - |
| CMYK | 0.38 | 0 | 0.28 | 0.01 |
| HSL | 134.53º | 0.96% | 0.81% | - |
| HSV(B) | 134.53º | 0.38% | 0.99% | - |
| XYZ | 57.57 | 80.86 | 56.29 | - |
| YUV | 216.39 | 108.03 | 86.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 253 | 181 | 0.38 | 0 | 0.28 | 0.01 | 134.53 | 0.96 | 0.81 |
| Hex | 9E | FD | B5 | 26 | 0 | 1C | 1 | 87 | 60 | 51 |
| Octal | 236 | 375 | 265 | 46 | 0 | 34 | 1 | 207 | 140 | 121 |
| Binary | 10011110 | 11111101 | 10110101 | 100110 | 0 | 11100 | 1 | 10000111 | 1100000 | 1010001 |
Color Harmonies of #9EFDB5
Complementary color
Monochromatic Colors of #9EFDB5
Black with #9EFDB5
Text Example
Text Example
White with #9EFDB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EFDB5; }
p { color: rgb(158,253,181); }
H1.HeaderClassName
{
color: #9EFDB5;
}
.AnyTagClassName
{
color: #9EFDB5;
}
</style>
background-color css
<style>
a { background-color: #9EFDB5; }
a { background-color: rgb(158,253,181); }
div.DivClassName
{
background-color: #9EFDB5;
}
.BgClassName
{
background-color: #9EFDB5;
}
</style>
border-color css
<style>
span { border-color: #9EFDB5; }
span { border-color: rgb(158,253,181); }
td.TdClassName
{
border-color: #9EFDB5;
}
.TagClassName
{
border-color: #9EFDB5;
}
</style>