Shades of Celadon #9DEDAB
Tints of Celadon #9DEDAB
RGB
CMYK
RGB Variations
Color information
#9DEDAB (or 0x9DEDAB) is known color: Celadon. HEX triplet: 9D, ED and AB. RGB value is (157,237,171). Sum of RGB (Red+Green+Blue) = 157+237+171=565 (74% of max value = 765). Red value is 157 (61.72% from 255 or 27.79% from 565); Green value is 237 (92.97% from 255 or 41.95% from 565); Blue value is 171 (67.19% from 255 or 30.27% from 565); Max value from RGB is 237 - color contains mainly: green. Hex color #9DEDAB is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9DEDAB is #621254. Grayscale: #CDCDCD. Windows color (decimal): -6427221 or 11267485. OLE color: 11267485.
HSL color Cylindrical-coordinate representation of color #9DEDAB: hue angle of 130.5º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9DEDAB is Cyan = 0.34, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 157 | 237 | 171 | - |
| CMYK | 0.34 | 0 | 0.28 | 0.07 |
| HSL | 130.5º | 0.69% | 0.77% | - |
| HSV(B) | 130.5º | 0.34% | 0.93% | - |
| XYZ | 51.54 | 70.68 | 49.45 | - |
| YUV | 205.56 | 108.5 | 93.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 237 | 171 | 0.34 | 0 | 0.28 | 0.07 | 130.5 | 0.69 | 0.77 |
| Hex | 9D | ED | AB | 22 | 0 | 1C | 7 | 82 | 45 | 4D |
| Octal | 235 | 355 | 253 | 42 | 0 | 34 | 7 | 202 | 105 | 115 |
| Binary | 10011101 | 11101101 | 10101011 | 100010 | 0 | 11100 | 111 | 10000010 | 1000101 | 1001101 |
Color Harmonies of #9DEDAB
Complementary color
Monochromatic Colors of #9DEDAB
Black with #9DEDAB
Text Example
Text Example
White with #9DEDAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DEDAB; }
p { color: rgb(157,237,171); }
H1.HeaderClassName
{
color: #9DEDAB;
}
.AnyTagClassName
{
color: #9DEDAB;
}
</style>
background-color css
<style>
a { background-color: #9DEDAB; }
a { background-color: rgb(157,237,171); }
div.DivClassName
{
background-color: #9DEDAB;
}
.BgClassName
{
background-color: #9DEDAB;
}
</style>
border-color css
<style>
span { border-color: #9DEDAB; }
span { border-color: rgb(157,237,171); }
td.TdClassName
{
border-color: #9DEDAB;
}
.TagClassName
{
border-color: #9DEDAB;
}
</style>