Shades of Celadon #AAD4AE
Tints of Celadon #AAD4AE
RGB
CMYK
RGB Variations
Color information
#AAD4AE (or 0xAAD4AE) is known color: Celadon. HEX triplet: AA, D4 and AE. RGB value is (170,212,174). Sum of RGB (Red+Green+Blue) = 170+212+174=556 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.58% from 556); Green value is 212 (83.20% from 255 or 38.13% from 556); Blue value is 174 (68.36% from 255 or 31.29% from 556); Max value from RGB is 212 - color contains mainly: green. Hex color #AAD4AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAD4AE is #552B51. Grayscale: #C3C3C3. Windows color (decimal): -5581650 or 11457706. OLE color: 11457706.
HSL color Cylindrical-coordinate representation of color #AAD4AE: hue angle of 125.71º degrees, saturation: 0.33, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AAD4AE is Cyan = 0.20, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 170 | 212 | 174 | - |
| CMYK | 0.20 | 0 | 0.18 | 0.17 |
| HSL | 125.71º | 0.33% | 0.75% | - |
| HSV(B) | 125.71º | 0.2% | 0.83% | - |
| XYZ | 47.76 | 58.69 | 48.86 | - |
| YUV | 195.11 | 116.09 | 110.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 212 | 174 | 0.20 | 0 | 0.18 | 0.17 | 125.71 | 0.33 | 0.75 |
| Hex | AA | D4 | AE | 14 | 0 | 12 | 11 | 7E | 21 | 4B |
| Octal | 252 | 324 | 256 | 24 | 0 | 22 | 21 | 176 | 41 | 113 |
| Binary | 10101010 | 11010100 | 10101110 | 10100 | 0 | 10010 | 10001 | 1111110 | 100001 | 1001011 |
Color Harmonies of #AAD4AE
Complementary color
Monochromatic Colors of #AAD4AE
Black with #AAD4AE
Text Example
Text Example
White with #AAD4AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD4AE; }
p { color: rgb(170,212,174); }
H1.HeaderClassName
{
color: #AAD4AE;
}
.AnyTagClassName
{
color: #AAD4AE;
}
</style>
background-color css
<style>
a { background-color: #AAD4AE; }
a { background-color: rgb(170,212,174); }
div.DivClassName
{
background-color: #AAD4AE;
}
.BgClassName
{
background-color: #AAD4AE;
}
</style>
border-color css
<style>
span { border-color: #AAD4AE; }
span { border-color: rgb(170,212,174); }
td.TdClassName
{
border-color: #AAD4AE;
}
.TagClassName
{
border-color: #AAD4AE;
}
</style>