Shades of Celadon #AAE3AF
Tints of Celadon #AAE3AF
RGB
CMYK
RGB Variations
Color information
#AAE3AF (or 0xAAE3AF) is known color: Celadon. HEX triplet: AA, E3 and AF. RGB value is (170,227,175). Sum of RGB (Red+Green+Blue) = 170+227+175=572 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.72% from 572); Green value is 227 (89.06% from 255 or 39.69% from 572); Blue value is 175 (68.75% from 255 or 30.59% from 572); Max value from RGB is 227 - color contains mainly: green. Hex color #AAE3AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAE3AF is #551C50. Grayscale: #CCCCCC. Windows color (decimal): -5577809 or 11527082. OLE color: 11527082.
HSL color Cylindrical-coordinate representation of color #AAE3AF: hue angle of 125.26º degrees, saturation: 0.5, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AAE3AF is Cyan = 0.25, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 170 | 227 | 175 | - |
| CMYK | 0.25 | 0 | 0.23 | 0.11 |
| HSL | 125.26º | 0.5% | 0.78% | - |
| HSV(B) | 125.26º | 0.25% | 0.89% | - |
| XYZ | 51.78 | 66.58 | 50.68 | - |
| YUV | 204.03 | 111.62 | 103.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 227 | 175 | 0.25 | 0 | 0.23 | 0.11 | 125.26 | 0.5 | 0.78 |
| Hex | AA | E3 | AF | 19 | 0 | 17 | B | 7D | 32 | 4E |
| Octal | 252 | 343 | 257 | 31 | 0 | 27 | 13 | 175 | 62 | 116 |
| Binary | 10101010 | 11100011 | 10101111 | 11001 | 0 | 10111 | 1011 | 1111101 | 110010 | 1001110 |
Color Harmonies of #AAE3AF
Complementary color
Monochromatic Colors of #AAE3AF
Black with #AAE3AF
Text Example
Text Example
White with #AAE3AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE3AF; }
p { color: rgb(170,227,175); }
H1.HeaderClassName
{
color: #AAE3AF;
}
.AnyTagClassName
{
color: #AAE3AF;
}
</style>
background-color css
<style>
a { background-color: #AAE3AF; }
a { background-color: rgb(170,227,175); }
div.DivClassName
{
background-color: #AAE3AF;
}
.BgClassName
{
background-color: #AAE3AF;
}
</style>
border-color css
<style>
span { border-color: #AAE3AF; }
span { border-color: rgb(170,227,175); }
td.TdClassName
{
border-color: #AAE3AF;
}
.TagClassName
{
border-color: #AAE3AF;
}
</style>