Shades of Celadon #ADE1AF
Tints of Celadon #ADE1AF
RGB
CMYK
RGB Variations
Color information
#ADE1AF (or 0xADE1AF) is known color: Celadon. HEX triplet: AD, E1 and AF. RGB value is (173,225,175). Sum of RGB (Red+Green+Blue) = 173+225+175=573 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.19% from 573); Green value is 225 (88.28% from 255 or 39.27% from 573); Blue value is 175 (68.75% from 255 or 30.54% from 573); Max value from RGB is 225 - color contains mainly: green. Hex color #ADE1AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADE1AF is #521E50. Grayscale: #CBCBCB. Windows color (decimal): -5381713 or 11526573. OLE color: 11526573.
HSL color Cylindrical-coordinate representation of color #ADE1AF: hue angle of 122.31º degrees, saturation: 0.46, 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 #ADE1AF is Cyan = 0.23, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 173 | 225 | 175 | - |
| CMYK | 0.23 | 0 | 0.22 | 0.12 |
| HSL | 122.31º | 0.46% | 0.78% | - |
| HSV(B) | 122.31º | 0.23% | 0.88% | - |
| XYZ | 51.9 | 65.83 | 50.53 | - |
| YUV | 203.75 | 111.77 | 106.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 225 | 175 | 0.23 | 0 | 0.22 | 0.12 | 122.31 | 0.46 | 0.78 |
| Hex | AD | E1 | AF | 17 | 0 | 16 | C | 7A | 2E | 4E |
| Octal | 255 | 341 | 257 | 27 | 0 | 26 | 14 | 172 | 56 | 116 |
| Binary | 10101101 | 11100001 | 10101111 | 10111 | 0 | 10110 | 1100 | 1111010 | 101110 | 1001110 |
Color Harmonies of #ADE1AF
Complementary color
Monochromatic Colors of #ADE1AF
Black with #ADE1AF
Text Example
Text Example
White with #ADE1AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE1AF; }
p { color: rgb(173,225,175); }
H1.HeaderClassName
{
color: #ADE1AF;
}
.AnyTagClassName
{
color: #ADE1AF;
}
</style>
background-color css
<style>
a { background-color: #ADE1AF; }
a { background-color: rgb(173,225,175); }
div.DivClassName
{
background-color: #ADE1AF;
}
.BgClassName
{
background-color: #ADE1AF;
}
</style>
border-color css
<style>
span { border-color: #ADE1AF; }
span { border-color: rgb(173,225,175); }
td.TdClassName
{
border-color: #ADE1AF;
}
.TagClassName
{
border-color: #ADE1AF;
}
</style>