Shades of Celadon #9DEDAE
Tints of Celadon #9DEDAE
RGB
CMYK
RGB Variations
Color information
#9DEDAE (or 0x9DEDAE) is known color: Celadon. HEX triplet: 9D, ED and AE. RGB value is (157,237,174). Sum of RGB (Red+Green+Blue) = 157+237+174=568 (75% of max value = 765). Red value is 157 (61.72% from 255 or 27.64% from 568); Green value is 237 (92.97% from 255 or 41.73% from 568); Blue value is 174 (68.36% from 255 or 30.63% from 568); Max value from RGB is 237 - color contains mainly: green. Hex color #9DEDAE is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9DEDAE is #621251. Grayscale: #CECECE. Windows color (decimal): -6427218 or 11464093. OLE color: 11464093.
HSL color Cylindrical-coordinate representation of color #9DEDAE: hue angle of 132.75º 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 #9DEDAE is Cyan = 0.34, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 157 | 237 | 174 | - |
| CMYK | 0.34 | 0 | 0.27 | 0.07 |
| HSL | 132.75º | 0.69% | 0.77% | - |
| HSV(B) | 132.75º | 0.34% | 0.93% | - |
| XYZ | 51.83 | 70.79 | 50.98 | - |
| YUV | 205.9 | 110 | 93.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 237 | 174 | 0.34 | 0 | 0.27 | 0.07 | 132.75 | 0.69 | 0.77 |
| Hex | 9D | ED | AE | 22 | 0 | 1B | 7 | 85 | 45 | 4D |
| Octal | 235 | 355 | 256 | 42 | 0 | 33 | 7 | 205 | 105 | 115 |
| Binary | 10011101 | 11101101 | 10101110 | 100010 | 0 | 11011 | 111 | 10000101 | 1000101 | 1001101 |
Color Harmonies of #9DEDAE
Complementary color
Monochromatic Colors of #9DEDAE
Black with #9DEDAE
Text Example
Text Example
White with #9DEDAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DEDAE; }
p { color: rgb(157,237,174); }
H1.HeaderClassName
{
color: #9DEDAE;
}
.AnyTagClassName
{
color: #9DEDAE;
}
</style>
background-color css
<style>
a { background-color: #9DEDAE; }
a { background-color: rgb(157,237,174); }
div.DivClassName
{
background-color: #9DEDAE;
}
.BgClassName
{
background-color: #9DEDAE;
}
</style>
border-color css
<style>
span { border-color: #9DEDAE; }
span { border-color: rgb(157,237,174); }
td.TdClassName
{
border-color: #9DEDAE;
}
.TagClassName
{
border-color: #9DEDAE;
}
</style>