Shades of Celadon #AADDAF
Tints of Celadon #AADDAF
RGB
CMYK
RGB Variations
Color information
#AADDAF (or 0xAADDAF) is known color: Celadon. HEX triplet: AA, DD and AF. RGB value is (170,221,175). Sum of RGB (Red+Green+Blue) = 170+221+175=566 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.04% from 566); Green value is 221 (86.72% from 255 or 39.05% from 566); Blue value is 175 (68.75% from 255 or 30.92% from 566); Max value from RGB is 221 - color contains mainly: green. Hex color #AADDAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AADDAF is #552250. Grayscale: #C8C8C8. Windows color (decimal): -5579345 or 11525546. OLE color: 11525546.
HSL color Cylindrical-coordinate representation of color #AADDAF: hue angle of 125.88º degrees, saturation: 0.43, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AADDAF is Cyan = 0.23, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 221 | 175 | - |
| CMYK | 0.23 | 0 | 0.21 | 0.13 |
| HSL | 125.88º | 0.43% | 0.77% | - |
| HSV(B) | 125.88º | 0.23% | 0.87% | - |
| XYZ | 50.17 | 63.35 | 50.14 | - |
| YUV | 200.51 | 113.6 | 106.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 221 | 175 | 0.23 | 0 | 0.21 | 0.13 | 125.88 | 0.43 | 0.77 |
| Hex | AA | DD | AF | 17 | 0 | 15 | D | 7E | 2B | 4D |
| Octal | 252 | 335 | 257 | 27 | 0 | 25 | 15 | 176 | 53 | 115 |
| Binary | 10101010 | 11011101 | 10101111 | 10111 | 0 | 10101 | 1101 | 1111110 | 101011 | 1001101 |
Color Harmonies of #AADDAF
Complementary color
Monochromatic Colors of #AADDAF
Black with #AADDAF
Text Example
Text Example
White with #AADDAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AADDAF; }
p { color: rgb(170,221,175); }
H1.HeaderClassName
{
color: #AADDAF;
}
.AnyTagClassName
{
color: #AADDAF;
}
</style>
background-color css
<style>
a { background-color: #AADDAF; }
a { background-color: rgb(170,221,175); }
div.DivClassName
{
background-color: #AADDAF;
}
.BgClassName
{
background-color: #AADDAF;
}
</style>
border-color css
<style>
span { border-color: #AADDAF; }
span { border-color: rgb(170,221,175); }
td.TdClassName
{
border-color: #AADDAF;
}
.TagClassName
{
border-color: #AADDAF;
}
</style>