Shades of Celadon #AAD8AF
Tints of Celadon #AAD8AF
RGB
CMYK
RGB Variations
Color information
#AAD8AF (or 0xAAD8AF) is known color: Celadon. HEX triplet: AA, D8 and AF. RGB value is (170,216,175). Sum of RGB (Red+Green+Blue) = 170+216+175=561 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.30% from 561); Green value is 216 (84.77% from 255 or 38.50% from 561); Blue value is 175 (68.75% from 255 or 31.19% from 561); Max value from RGB is 216 - color contains mainly: green. Hex color #AAD8AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAD8AF is #552750. Grayscale: #C5C5C5. Windows color (decimal): -5580625 or 11524266. OLE color: 11524266.
HSL color Cylindrical-coordinate representation of color #AAD8AF: hue angle of 126.52º degrees, saturation: 0.37, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AAD8AF is Cyan = 0.21, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 170 | 216 | 175 | - |
| CMYK | 0.21 | 0 | 0.19 | 0.15 |
| HSL | 126.52º | 0.37% | 0.76% | - |
| HSV(B) | 126.52º | 0.21% | 0.85% | - |
| XYZ | 48.87 | 60.75 | 49.71 | - |
| YUV | 197.57 | 115.26 | 108.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 216 | 175 | 0.21 | 0 | 0.19 | 0.15 | 126.52 | 0.37 | 0.76 |
| Hex | AA | D8 | AF | 15 | 0 | 13 | F | 7F | 25 | 4C |
| Octal | 252 | 330 | 257 | 25 | 0 | 23 | 17 | 177 | 45 | 114 |
| Binary | 10101010 | 11011000 | 10101111 | 10101 | 0 | 10011 | 1111 | 1111111 | 100101 | 1001100 |
Color Harmonies of #AAD8AF
Complementary color
Monochromatic Colors of #AAD8AF
Black with #AAD8AF
Text Example
Text Example
White with #AAD8AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD8AF; }
p { color: rgb(170,216,175); }
H1.HeaderClassName
{
color: #AAD8AF;
}
.AnyTagClassName
{
color: #AAD8AF;
}
</style>
background-color css
<style>
a { background-color: #AAD8AF; }
a { background-color: rgb(170,216,175); }
div.DivClassName
{
background-color: #AAD8AF;
}
.BgClassName
{
background-color: #AAD8AF;
}
</style>
border-color css
<style>
span { border-color: #AAD8AF; }
span { border-color: rgb(170,216,175); }
td.TdClassName
{
border-color: #AAD8AF;
}
.TagClassName
{
border-color: #AAD8AF;
}
</style>