Shades of Celadon #9DEDB0
Tints of Celadon #9DEDB0
RGB
CMYK
RGB Variations
Color information
#9DEDB0 (or 0x9DEDB0) is known color: Celadon. HEX triplet: 9D, ED and B0. RGB value is (157,237,176). Sum of RGB (Red+Green+Blue) = 157+237+176=570 (75% of max value = 765). Red value is 157 (61.72% from 255 or 27.54% from 570); Green value is 237 (92.97% from 255 or 41.58% from 570); Blue value is 176 (69.14% from 255 or 30.88% from 570); Max value from RGB is 237 - color contains mainly: green. Hex color #9DEDB0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9DEDB0 is #62124F. Grayscale: #CECECE. Windows color (decimal): -6427216 or 11595165. OLE color: 11595165.
HSL color Cylindrical-coordinate representation of color #9DEDB0: hue angle of 134.25º 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 #9DEDB0 is Cyan = 0.34, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 157 | 237 | 176 | - |
| CMYK | 0.34 | 0 | 0.26 | 0.07 |
| HSL | 134.25º | 0.69% | 0.77% | - |
| HSV(B) | 134.25º | 0.34% | 0.93% | - |
| XYZ | 52.03 | 70.87 | 52.01 | - |
| YUV | 206.13 | 111 | 92.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 237 | 176 | 0.34 | 0 | 0.26 | 0.07 | 134.25 | 0.69 | 0.77 |
| Hex | 9D | ED | B0 | 22 | 0 | 1A | 7 | 86 | 45 | 4D |
| Octal | 235 | 355 | 260 | 42 | 0 | 32 | 7 | 206 | 105 | 115 |
| Binary | 10011101 | 11101101 | 10110000 | 100010 | 0 | 11010 | 111 | 10000110 | 1000101 | 1001101 |
Color Harmonies of #9DEDB0
Complementary color
Monochromatic Colors of #9DEDB0
Black with #9DEDB0
Text Example
Text Example
White with #9DEDB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DEDB0; }
p { color: rgb(157,237,176); }
H1.HeaderClassName
{
color: #9DEDB0;
}
.AnyTagClassName
{
color: #9DEDB0;
}
</style>
background-color css
<style>
a { background-color: #9DEDB0; }
a { background-color: rgb(157,237,176); }
div.DivClassName
{
background-color: #9DEDB0;
}
.BgClassName
{
background-color: #9DEDB0;
}
</style>
border-color css
<style>
span { border-color: #9DEDB0; }
span { border-color: rgb(157,237,176); }
td.TdClassName
{
border-color: #9DEDB0;
}
.TagClassName
{
border-color: #9DEDB0;
}
</style>