Shades of Celadon #9DEDAD
Tints of Celadon #9DEDAD
RGB
CMYK
RGB Variations
Color information
#9DEDAD (or 0x9DEDAD) is known color: Celadon. HEX triplet: 9D, ED and AD. RGB value is (157,237,173). Sum of RGB (Red+Green+Blue) = 157+237+173=567 (75% of max value = 765). Red value is 157 (61.72% from 255 or 27.69% from 567); Green value is 237 (92.97% from 255 or 41.80% from 567); Blue value is 173 (67.97% from 255 or 30.51% from 567); Max value from RGB is 237 - color contains mainly: green. Hex color #9DEDAD is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9DEDAD is #621252. Grayscale: #CDCDCD. Windows color (decimal): -6427219 or 11398557. OLE color: 11398557.
HSL color Cylindrical-coordinate representation of color #9DEDAD: hue angle of 132º 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 #9DEDAD is Cyan = 0.34, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 157 | 237 | 173 | - |
| CMYK | 0.34 | 0 | 0.27 | 0.07 |
| HSL | 132º | 0.69% | 0.77% | - |
| HSV(B) | 132º | 0.34% | 0.93% | - |
| XYZ | 51.73 | 70.75 | 50.47 | - |
| YUV | 205.78 | 109.5 | 93.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 237 | 173 | 0.34 | 0 | 0.27 | 0.07 | 132 | 0.69 | 0.77 |
| Hex | 9D | ED | AD | 22 | 0 | 1B | 7 | 84 | 45 | 4D |
| Octal | 235 | 355 | 255 | 42 | 0 | 33 | 7 | 204 | 105 | 115 |
| Binary | 10011101 | 11101101 | 10101101 | 100010 | 0 | 11011 | 111 | 10000100 | 1000101 | 1001101 |
Color Harmonies of #9DEDAD
Complementary color
Monochromatic Colors of #9DEDAD
Black with #9DEDAD
Text Example
Text Example
White with #9DEDAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DEDAD; }
p { color: rgb(157,237,173); }
H1.HeaderClassName
{
color: #9DEDAD;
}
.AnyTagClassName
{
color: #9DEDAD;
}
</style>
background-color css
<style>
a { background-color: #9DEDAD; }
a { background-color: rgb(157,237,173); }
div.DivClassName
{
background-color: #9DEDAD;
}
.BgClassName
{
background-color: #9DEDAD;
}
</style>
border-color css
<style>
span { border-color: #9DEDAD; }
span { border-color: rgb(157,237,173); }
td.TdClassName
{
border-color: #9DEDAD;
}
.TagClassName
{
border-color: #9DEDAD;
}
</style>