Shades of Celadon #AAD8AE
Tints of Celadon #AAD8AE
RGB
CMYK
RGB Variations
Color information
#AAD8AE (or 0xAAD8AE) is known color: Celadon. HEX triplet: AA, D8 and AE. RGB value is (170,216,174). Sum of RGB (Red+Green+Blue) = 170+216+174=560 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.36% from 560); Green value is 216 (84.77% from 255 or 38.57% from 560); Blue value is 174 (68.36% from 255 or 31.07% from 560); Max value from RGB is 216 - color contains mainly: green. Hex color #AAD8AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAD8AE is #552751. Grayscale: #C5C5C5. Windows color (decimal): -5580626 or 11458730. OLE color: 11458730.
HSL color Cylindrical-coordinate representation of color #AAD8AE: hue angle of 125.22º 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 #AAD8AE is Cyan = 0.21, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 170 | 216 | 174 | - |
| CMYK | 0.21 | 0 | 0.19 | 0.15 |
| HSL | 125.22º | 0.37% | 0.76% | - |
| HSV(B) | 125.22º | 0.21% | 0.85% | - |
| XYZ | 48.77 | 60.71 | 49.19 | - |
| YUV | 197.46 | 114.76 | 108.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 216 | 174 | 0.21 | 0 | 0.19 | 0.15 | 125.22 | 0.37 | 0.76 |
| Hex | AA | D8 | AE | 15 | 0 | 13 | F | 7D | 25 | 4C |
| Octal | 252 | 330 | 256 | 25 | 0 | 23 | 17 | 175 | 45 | 114 |
| Binary | 10101010 | 11011000 | 10101110 | 10101 | 0 | 10011 | 1111 | 1111101 | 100101 | 1001100 |
Color Harmonies of #AAD8AE
Complementary color
Monochromatic Colors of #AAD8AE
Black with #AAD8AE
Text Example
Text Example
White with #AAD8AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD8AE; }
p { color: rgb(170,216,174); }
H1.HeaderClassName
{
color: #AAD8AE;
}
.AnyTagClassName
{
color: #AAD8AE;
}
</style>
background-color css
<style>
a { background-color: #AAD8AE; }
a { background-color: rgb(170,216,174); }
div.DivClassName
{
background-color: #AAD8AE;
}
.BgClassName
{
background-color: #AAD8AE;
}
</style>
border-color css
<style>
span { border-color: #AAD8AE; }
span { border-color: rgb(170,216,174); }
td.TdClassName
{
border-color: #AAD8AE;
}
.TagClassName
{
border-color: #AAD8AE;
}
</style>