Shades of Celadon #ADE0AF
Tints of Celadon #ADE0AF
RGB
CMYK
RGB Variations
Color information
#ADE0AF (or 0xADE0AF) is known color: Celadon. HEX triplet: AD, E0 and AF. RGB value is (173,224,175). Sum of RGB (Red+Green+Blue) = 173+224+175=572 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.24% from 572); Green value is 224 (87.89% from 255 or 39.16% from 572); Blue value is 175 (68.75% from 255 or 30.59% from 572); Max value from RGB is 224 - color contains mainly: green. Hex color #ADE0AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADE0AF is #521F50. Grayscale: #CBCBCB. Windows color (decimal): -5381969 or 11526317. OLE color: 11526317.
HSL color Cylindrical-coordinate representation of color #ADE0AF: hue angle of 122.35º degrees, saturation: 0.45, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ADE0AF is Cyan = 0.23, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 173 | 224 | 175 | - |
| CMYK | 0.23 | 0 | 0.22 | 0.12 |
| HSL | 122.35º | 0.45% | 0.78% | - |
| HSV(B) | 122.35º | 0.23% | 0.88% | - |
| XYZ | 51.63 | 65.29 | 50.44 | - |
| YUV | 203.17 | 112.1 | 106.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 224 | 175 | 0.23 | 0 | 0.22 | 0.12 | 122.35 | 0.45 | 0.78 |
| Hex | AD | E0 | AF | 17 | 0 | 16 | C | 7A | 2D | 4E |
| Octal | 255 | 340 | 257 | 27 | 0 | 26 | 14 | 172 | 55 | 116 |
| Binary | 10101101 | 11100000 | 10101111 | 10111 | 0 | 10110 | 1100 | 1111010 | 101101 | 1001110 |
Color Harmonies of #ADE0AF
Complementary color
Monochromatic Colors of #ADE0AF
Black with #ADE0AF
Text Example
Text Example
White with #ADE0AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE0AF; }
p { color: rgb(173,224,175); }
H1.HeaderClassName
{
color: #ADE0AF;
}
.AnyTagClassName
{
color: #ADE0AF;
}
</style>
background-color css
<style>
a { background-color: #ADE0AF; }
a { background-color: rgb(173,224,175); }
div.DivClassName
{
background-color: #ADE0AF;
}
.BgClassName
{
background-color: #ADE0AF;
}
</style>
border-color css
<style>
span { border-color: #ADE0AF; }
span { border-color: rgb(173,224,175); }
td.TdClassName
{
border-color: #ADE0AF;
}
.TagClassName
{
border-color: #ADE0AF;
}
</style>