Shades of Celadon #AAEBB4
Tints of Celadon #AAEBB4
RGB
CMYK
RGB Variations
Color information
#AAEBB4 (or 0xAAEBB4) is known color: Celadon. HEX triplet: AA, EB and B4. RGB value is (170,235,180). Sum of RGB (Red+Green+Blue) = 170+235+180=585 (77% of max value = 765). Red value is 170 (66.80% from 255 or 29.06% from 585); Green value is 235 (92.19% from 255 or 40.17% from 585); Blue value is 180 (70.70% from 255 or 30.77% from 585); Max value from RGB is 235 - color contains mainly: green. Hex color #AAEBB4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAEBB4 is #55144B. Grayscale: #D1D1D1. Windows color (decimal): -5575756 or 11856810. OLE color: 11856810.
HSL color Cylindrical-coordinate representation of color #AAEBB4: hue angle of 129.23º degrees, saturation: 0.62, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AAEBB4 is Cyan = 0.28, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 170 | 235 | 180 | - |
| CMYK | 0.28 | 0 | 0.23 | 0.08 |
| HSL | 129.23º | 0.62% | 0.79% | - |
| HSV(B) | 129.23º | 0.28% | 0.92% | - |
| XYZ | 54.52 | 71.26 | 54.06 | - |
| YUV | 209.3 | 111.47 | 99.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 235 | 180 | 0.28 | 0 | 0.23 | 0.08 | 129.23 | 0.62 | 0.79 |
| Hex | AA | EB | B4 | 1C | 0 | 17 | 8 | 81 | 3E | 4F |
| Octal | 252 | 353 | 264 | 34 | 0 | 27 | 10 | 201 | 76 | 117 |
| Binary | 10101010 | 11101011 | 10110100 | 11100 | 0 | 10111 | 1000 | 10000001 | 111110 | 1001111 |
Color Harmonies of #AAEBB4
Complementary color
Monochromatic Colors of #AAEBB4
Black with #AAEBB4
Text Example
Text Example
White with #AAEBB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAEBB4; }
p { color: rgb(170,235,180); }
H1.HeaderClassName
{
color: #AAEBB4;
}
.AnyTagClassName
{
color: #AAEBB4;
}
</style>
background-color css
<style>
a { background-color: #AAEBB4; }
a { background-color: rgb(170,235,180); }
div.DivClassName
{
background-color: #AAEBB4;
}
.BgClassName
{
background-color: #AAEBB4;
}
</style>
border-color css
<style>
span { border-color: #AAEBB4; }
span { border-color: rgb(170,235,180); }
td.TdClassName
{
border-color: #AAEBB4;
}
.TagClassName
{
border-color: #AAEBB4;
}
</style>