Shades of Celadon #AAE7B3
Tints of Celadon #AAE7B3
RGB
CMYK
RGB Variations
Color information
#AAE7B3 (or 0xAAE7B3) is known color: Celadon. HEX triplet: AA, E7 and B3. RGB value is (170,231,179). Sum of RGB (Red+Green+Blue) = 170+231+179=580 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.31% from 580); Green value is 231 (90.62% from 255 or 39.83% from 580); Blue value is 179 (70.31% from 255 or 30.86% from 580); Max value from RGB is 231 - color contains mainly: green. Hex color #AAE7B3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAE7B3 is #55184C. Grayscale: #CECECE. Windows color (decimal): -5576781 or 11790250. OLE color: 11790250.
HSL color Cylindrical-coordinate representation of color #AAE7B3: hue angle of 128.85º degrees, saturation: 0.56, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AAE7B3 is Cyan = 0.26, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 170 | 231 | 179 | - |
| CMYK | 0.26 | 0 | 0.23 | 0.09 |
| HSL | 128.85º | 0.56% | 0.79% | - |
| HSV(B) | 128.85º | 0.26% | 0.91% | - |
| XYZ | 53.29 | 68.95 | 53.15 | - |
| YUV | 206.83 | 112.29 | 101.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 231 | 179 | 0.26 | 0 | 0.23 | 0.09 | 128.85 | 0.56 | 0.79 |
| Hex | AA | E7 | B3 | 1A | 0 | 17 | 9 | 81 | 38 | 4F |
| Octal | 252 | 347 | 263 | 32 | 0 | 27 | 11 | 201 | 70 | 117 |
| Binary | 10101010 | 11100111 | 10110011 | 11010 | 0 | 10111 | 1001 | 10000001 | 111000 | 1001111 |
Color Harmonies of #AAE7B3
Complementary color
Monochromatic Colors of #AAE7B3
Black with #AAE7B3
Text Example
Text Example
White with #AAE7B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE7B3; }
p { color: rgb(170,231,179); }
H1.HeaderClassName
{
color: #AAE7B3;
}
.AnyTagClassName
{
color: #AAE7B3;
}
</style>
background-color css
<style>
a { background-color: #AAE7B3; }
a { background-color: rgb(170,231,179); }
div.DivClassName
{
background-color: #AAE7B3;
}
.BgClassName
{
background-color: #AAE7B3;
}
</style>
border-color css
<style>
span { border-color: #AAE7B3; }
span { border-color: rgb(170,231,179); }
td.TdClassName
{
border-color: #AAE7B3;
}
.TagClassName
{
border-color: #AAE7B3;
}
</style>