Shades of Celadon #AAE1B4
Tints of Celadon #AAE1B4
RGB
CMYK
RGB Variations
Color information
#AAE1B4 (or 0xAAE1B4) is known color: Celadon. HEX triplet: AA, E1 and B4. RGB value is (170,225,180). Sum of RGB (Red+Green+Blue) = 170+225+180=575 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.57% from 575); Green value is 225 (88.28% from 255 or 39.13% from 575); Blue value is 180 (70.70% from 255 or 31.30% from 575); Max value from RGB is 225 - color contains mainly: green. Hex color #AAE1B4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAE1B4 is #551E4B. Grayscale: #CBCBCB. Windows color (decimal): -5578316 or 11854250. OLE color: 11854250.
HSL color Cylindrical-coordinate representation of color #AAE1B4: hue angle of 130.91º 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 #AAE1B4 is Cyan = 0.24, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 170 | 225 | 180 | - |
| CMYK | 0.24 | 0 | 0.2 | 0.12 |
| HSL | 130.91º | 0.48% | 0.77% | - |
| HSV(B) | 130.91º | 0.24% | 0.88% | - |
| XYZ | 51.74 | 65.69 | 53.13 | - |
| YUV | 203.43 | 114.78 | 104.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 225 | 180 | 0.24 | 0 | 0.2 | 0.12 | 130.91 | 0.48 | 0.77 |
| Hex | AA | E1 | B4 | 18 | 0 | 14 | C | 83 | 30 | 4D |
| Octal | 252 | 341 | 264 | 30 | 0 | 24 | 14 | 203 | 60 | 115 |
| Binary | 10101010 | 11100001 | 10110100 | 11000 | 0 | 10100 | 1100 | 10000011 | 110000 | 1001101 |
Color Harmonies of #AAE1B4
Complementary color
Monochromatic Colors of #AAE1B4
Black with #AAE1B4
Text Example
Text Example
White with #AAE1B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE1B4; }
p { color: rgb(170,225,180); }
H1.HeaderClassName
{
color: #AAE1B4;
}
.AnyTagClassName
{
color: #AAE1B4;
}
</style>
background-color css
<style>
a { background-color: #AAE1B4; }
a { background-color: rgb(170,225,180); }
div.DivClassName
{
background-color: #AAE1B4;
}
.BgClassName
{
background-color: #AAE1B4;
}
</style>
border-color css
<style>
span { border-color: #AAE1B4; }
span { border-color: rgb(170,225,180); }
td.TdClassName
{
border-color: #AAE1B4;
}
.TagClassName
{
border-color: #AAE1B4;
}
</style>