Shades of Celadon #AAE1B2
Tints of Celadon #AAE1B2
RGB
CMYK
RGB Variations
Color information
#AAE1B2 (or 0xAAE1B2) is known color: Celadon. HEX triplet: AA, E1 and B2. RGB value is (170,225,178). Sum of RGB (Red+Green+Blue) = 170+225+178=573 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.67% from 573); Green value is 225 (88.28% from 255 or 39.27% from 573); Blue value is 178 (69.92% from 255 or 31.06% from 573); Max value from RGB is 225 - color contains mainly: green. Hex color #AAE1B2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAE1B2 is #551E4D. Grayscale: #CBCBCB. Windows color (decimal): -5578318 or 11723178. OLE color: 11723178.
HSL color Cylindrical-coordinate representation of color #AAE1B2: hue angle of 128.73º degrees, saturation: 0.48, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AAE1B2 is Cyan = 0.24, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 170 | 225 | 178 | - |
| CMYK | 0.24 | 0 | 0.21 | 0.12 |
| HSL | 128.73º | 0.48% | 0.77% | - |
| HSV(B) | 128.73º | 0.24% | 0.88% | - |
| XYZ | 51.54 | 65.61 | 52.07 | - |
| YUV | 203.2 | 113.78 | 104.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 225 | 178 | 0.24 | 0 | 0.21 | 0.12 | 128.73 | 0.48 | 0.77 |
| Hex | AA | E1 | B2 | 18 | 0 | 15 | C | 81 | 30 | 4D |
| Octal | 252 | 341 | 262 | 30 | 0 | 25 | 14 | 201 | 60 | 115 |
| Binary | 10101010 | 11100001 | 10110010 | 11000 | 0 | 10101 | 1100 | 10000001 | 110000 | 1001101 |
Color Harmonies of #AAE1B2
Complementary color
Monochromatic Colors of #AAE1B2
Black with #AAE1B2
Text Example
Text Example
White with #AAE1B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE1B2; }
p { color: rgb(170,225,178); }
H1.HeaderClassName
{
color: #AAE1B2;
}
.AnyTagClassName
{
color: #AAE1B2;
}
</style>
background-color css
<style>
a { background-color: #AAE1B2; }
a { background-color: rgb(170,225,178); }
div.DivClassName
{
background-color: #AAE1B2;
}
.BgClassName
{
background-color: #AAE1B2;
}
</style>
border-color css
<style>
span { border-color: #AAE1B2; }
span { border-color: rgb(170,225,178); }
td.TdClassName
{
border-color: #AAE1B2;
}
.TagClassName
{
border-color: #AAE1B2;
}
</style>