Shades of Celadon #AAEAAC
Tints of Celadon #AAEAAC
RGB
CMYK
RGB Variations
Color information
#AAEAAC (or 0xAAEAAC) is known color: Celadon. HEX triplet: AA, EA and AC. RGB value is (170,234,172). Sum of RGB (Red+Green+Blue) = 170+234+172=576 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.51% from 576); Green value is 234 (91.80% from 255 or 40.62% from 576); Blue value is 172 (67.58% from 255 or 29.86% from 576); Max value from RGB is 234 - color contains mainly: green. Hex color #AAEAAC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAEAAC is #551553. Grayscale: #CFCFCF. Windows color (decimal): -5576020 or 11332266. OLE color: 11332266.
HSL color Cylindrical-coordinate representation of color #AAEAAC: hue angle of 121.88º degrees, saturation: 0.6, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AAEAAC is Cyan = 0.27, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 170 | 234 | 172 | - |
| CMYK | 0.27 | 0 | 0.26 | 0.08 |
| HSL | 121.88º | 0.6% | 0.79% | - |
| HSV(B) | 121.88º | 0.27% | 0.92% | - |
| XYZ | 53.45 | 70.37 | 49.8 | - |
| YUV | 207.8 | 107.8 | 101.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 234 | 172 | 0.27 | 0 | 0.26 | 0.08 | 121.88 | 0.6 | 0.79 |
| Hex | AA | EA | AC | 1B | 0 | 1A | 8 | 7A | 3C | 4F |
| Octal | 252 | 352 | 254 | 33 | 0 | 32 | 10 | 172 | 74 | 117 |
| Binary | 10101010 | 11101010 | 10101100 | 11011 | 0 | 11010 | 1000 | 1111010 | 111100 | 1001111 |
Color Harmonies of #AAEAAC
Complementary color
Monochromatic Colors of #AAEAAC
Black with #AAEAAC
Text Example
Text Example
White with #AAEAAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAEAAC; }
p { color: rgb(170,234,172); }
H1.HeaderClassName
{
color: #AAEAAC;
}
.AnyTagClassName
{
color: #AAEAAC;
}
</style>
background-color css
<style>
a { background-color: #AAEAAC; }
a { background-color: rgb(170,234,172); }
div.DivClassName
{
background-color: #AAEAAC;
}
.BgClassName
{
background-color: #AAEAAC;
}
</style>
border-color css
<style>
span { border-color: #AAEAAC; }
span { border-color: rgb(170,234,172); }
td.TdClassName
{
border-color: #AAEAAC;
}
.TagClassName
{
border-color: #AAEAAC;
}
</style>