Shades of Celadon #9DEBA8
Tints of Celadon #9DEBA8
RGB
CMYK
RGB Variations
Color information
#9DEBA8 (or 0x9DEBA8) is known color: Celadon. HEX triplet: 9D, EB and A8. RGB value is (157,235,168). Sum of RGB (Red+Green+Blue) = 157+235+168=560 (74% of max value = 765). Red value is 157 (61.72% from 255 or 28.04% from 560); Green value is 235 (92.19% from 255 or 41.96% from 560); Blue value is 168 (66.02% from 255 or 30% from 560); Max value from RGB is 235 - color contains mainly: green. Hex color #9DEBA8 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9DEBA8 is #621457. Grayscale: #CCCCCC. Windows color (decimal): -6427736 or 11070365. OLE color: 11070365.
HSL color Cylindrical-coordinate representation of color #9DEBA8: hue angle of 128.46º 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 #9DEBA8 is Cyan = 0.33, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 157 | 235 | 168 | - |
| CMYK | 0.33 | 0 | 0.29 | 0.08 |
| HSL | 128.46º | 0.66% | 0.77% | - |
| HSV(B) | 128.46º | 0.33% | 0.92% | - |
| XYZ | 50.68 | 69.41 | 47.77 | - |
| YUV | 204.04 | 107.66 | 94.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 235 | 168 | 0.33 | 0 | 0.29 | 0.08 | 128.46 | 0.66 | 0.77 |
| Hex | 9D | EB | A8 | 21 | 0 | 1D | 8 | 80 | 42 | 4D |
| Octal | 235 | 353 | 250 | 41 | 0 | 35 | 10 | 200 | 102 | 115 |
| Binary | 10011101 | 11101011 | 10101000 | 100001 | 0 | 11101 | 1000 | 10000000 | 1000010 | 1001101 |
Color Harmonies of #9DEBA8
Complementary color
Monochromatic Colors of #9DEBA8
Black with #9DEBA8
Text Example
Text Example
White with #9DEBA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DEBA8; }
p { color: rgb(157,235,168); }
H1.HeaderClassName
{
color: #9DEBA8;
}
.AnyTagClassName
{
color: #9DEBA8;
}
</style>
background-color css
<style>
a { background-color: #9DEBA8; }
a { background-color: rgb(157,235,168); }
div.DivClassName
{
background-color: #9DEBA8;
}
.BgClassName
{
background-color: #9DEBA8;
}
</style>
border-color css
<style>
span { border-color: #9DEBA8; }
span { border-color: rgb(157,235,168); }
td.TdClassName
{
border-color: #9DEBA8;
}
.TagClassName
{
border-color: #9DEBA8;
}
</style>