Shades of Celadon #AAEAB4
Tints of Celadon #AAEAB4
RGB
CMYK
RGB Variations
Color information
#AAEAB4 (or 0xAAEAB4) is known color: Celadon. HEX triplet: AA, EA and B4. RGB value is (170,234,180). Sum of RGB (Red+Green+Blue) = 170+234+180=584 (77% of max value = 765). Red value is 170 (66.80% from 255 or 29.11% from 584); Green value is 234 (91.80% from 255 or 40.07% from 584); Blue value is 180 (70.70% from 255 or 30.82% from 584); Max value from RGB is 234 - color contains mainly: green. Hex color #AAEAB4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAEAB4 is #55154B. Grayscale: #D0D0D0. Windows color (decimal): -5576012 or 11856554. OLE color: 11856554.
HSL color Cylindrical-coordinate representation of color #AAEAB4: hue angle of 129.38º 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 #AAEAB4 is Cyan = 0.27, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 170 | 234 | 180 | - |
| CMYK | 0.27 | 0 | 0.23 | 0.08 |
| HSL | 129.38º | 0.6% | 0.79% | - |
| HSV(B) | 129.38º | 0.27% | 0.92% | - |
| XYZ | 54.24 | 70.69 | 53.97 | - |
| YUV | 208.71 | 111.8 | 100.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 234 | 180 | 0.27 | 0 | 0.23 | 0.08 | 129.38 | 0.6 | 0.79 |
| Hex | AA | EA | B4 | 1B | 0 | 17 | 8 | 81 | 3C | 4F |
| Octal | 252 | 352 | 264 | 33 | 0 | 27 | 10 | 201 | 74 | 117 |
| Binary | 10101010 | 11101010 | 10110100 | 11011 | 0 | 10111 | 1000 | 10000001 | 111100 | 1001111 |
Color Harmonies of #AAEAB4
Complementary color
Monochromatic Colors of #AAEAB4
Black with #AAEAB4
Text Example
Text Example
White with #AAEAB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAEAB4; }
p { color: rgb(170,234,180); }
H1.HeaderClassName
{
color: #AAEAB4;
}
.AnyTagClassName
{
color: #AAEAB4;
}
</style>
background-color css
<style>
a { background-color: #AAEAB4; }
a { background-color: rgb(170,234,180); }
div.DivClassName
{
background-color: #AAEAB4;
}
.BgClassName
{
background-color: #AAEAB4;
}
</style>
border-color css
<style>
span { border-color: #AAEAB4; }
span { border-color: rgb(170,234,180); }
td.TdClassName
{
border-color: #AAEAB4;
}
.TagClassName
{
border-color: #AAEAB4;
}
</style>