Shades of Celadon #9DECAF
Tints of Celadon #9DECAF
RGB
CMYK
RGB Variations
Color information
#9DECAF (or 0x9DECAF) is known color: Celadon. HEX triplet: 9D, EC and AF. RGB value is (157,236,175). Sum of RGB (Red+Green+Blue) = 157+236+175=568 (75% of max value = 765). Red value is 157 (61.72% from 255 or 27.64% from 568); Green value is 236 (92.58% from 255 or 41.55% from 568); Blue value is 175 (68.75% from 255 or 30.81% from 568); Max value from RGB is 236 - color contains mainly: green. Hex color #9DECAF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9DECAF is #621350. Grayscale: #CDCDCD. Windows color (decimal): -6427473 or 11529373. OLE color: 11529373.
HSL color Cylindrical-coordinate representation of color #9DECAF: hue angle of 133.67º degrees, saturation: 0.68, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9DECAF is Cyan = 0.33, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 157 | 236 | 175 | - |
| CMYK | 0.33 | 0 | 0.26 | 0.07 |
| HSL | 133.67º | 0.68% | 0.77% | - |
| HSV(B) | 133.67º | 0.33% | 0.93% | - |
| XYZ | 51.64 | 70.25 | 51.4 | - |
| YUV | 205.43 | 110.83 | 93.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 236 | 175 | 0.33 | 0 | 0.26 | 0.07 | 133.67 | 0.68 | 0.77 |
| Hex | 9D | EC | AF | 21 | 0 | 1A | 7 | 86 | 44 | 4D |
| Octal | 235 | 354 | 257 | 41 | 0 | 32 | 7 | 206 | 104 | 115 |
| Binary | 10011101 | 11101100 | 10101111 | 100001 | 0 | 11010 | 111 | 10000110 | 1000100 | 1001101 |
Color Harmonies of #9DECAF
Complementary color
Monochromatic Colors of #9DECAF
Black with #9DECAF
Text Example
Text Example
White with #9DECAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DECAF; }
p { color: rgb(157,236,175); }
H1.HeaderClassName
{
color: #9DECAF;
}
.AnyTagClassName
{
color: #9DECAF;
}
</style>
background-color css
<style>
a { background-color: #9DECAF; }
a { background-color: rgb(157,236,175); }
div.DivClassName
{
background-color: #9DECAF;
}
.BgClassName
{
background-color: #9DECAF;
}
</style>
border-color css
<style>
span { border-color: #9DECAF; }
span { border-color: rgb(157,236,175); }
td.TdClassName
{
border-color: #9DECAF;
}
.TagClassName
{
border-color: #9DECAF;
}
</style>