Shades of Celadon #9DEBAA
Tints of Celadon #9DEBAA
RGB
CMYK
RGB Variations
Color information
#9DEBAA (or 0x9DEBAA) is known color: Celadon. HEX triplet: 9D, EB and AA. RGB value is (157,235,170). Sum of RGB (Red+Green+Blue) = 157+235+170=562 (74% of max value = 765). Red value is 157 (61.72% from 255 or 27.94% from 562); Green value is 235 (92.19% from 255 or 41.81% from 562); Blue value is 170 (66.80% from 255 or 30.25% from 562); Max value from RGB is 235 - color contains mainly: green. Hex color #9DEBAA is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9DEBAA is #621455. Grayscale: #CCCCCC. Windows color (decimal): -6427734 or 11201437. OLE color: 11201437.
HSL color Cylindrical-coordinate representation of color #9DEBAA: hue angle of 130º 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 #9DEBAA is Cyan = 0.33, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 157 | 235 | 170 | - |
| CMYK | 0.33 | 0 | 0.28 | 0.08 |
| HSL | 130º | 0.66% | 0.77% | - |
| HSV(B) | 130º | 0.33% | 0.92% | - |
| XYZ | 50.87 | 69.49 | 48.76 | - |
| YUV | 204.27 | 108.66 | 94.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 235 | 170 | 0.33 | 0 | 0.28 | 0.08 | 130 | 0.66 | 0.77 |
| Hex | 9D | EB | AA | 21 | 0 | 1C | 8 | 82 | 42 | 4D |
| Octal | 235 | 353 | 252 | 41 | 0 | 34 | 10 | 202 | 102 | 115 |
| Binary | 10011101 | 11101011 | 10101010 | 100001 | 0 | 11100 | 1000 | 10000010 | 1000010 | 1001101 |
Color Harmonies of #9DEBAA
Complementary color
Monochromatic Colors of #9DEBAA
Black with #9DEBAA
Text Example
Text Example
White with #9DEBAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DEBAA; }
p { color: rgb(157,235,170); }
H1.HeaderClassName
{
color: #9DEBAA;
}
.AnyTagClassName
{
color: #9DEBAA;
}
</style>
background-color css
<style>
a { background-color: #9DEBAA; }
a { background-color: rgb(157,235,170); }
div.DivClassName
{
background-color: #9DEBAA;
}
.BgClassName
{
background-color: #9DEBAA;
}
</style>
border-color css
<style>
span { border-color: #9DEBAA; }
span { border-color: rgb(157,235,170); }
td.TdClassName
{
border-color: #9DEBAA;
}
.TagClassName
{
border-color: #9DEBAA;
}
</style>