Shades of Celadon #AAEBAF
Tints of Celadon #AAEBAF
RGB
CMYK
RGB Variations
Color information
#AAEBAF (or 0xAAEBAF) is known color: Celadon. HEX triplet: AA, EB and AF. RGB value is (170,235,175). Sum of RGB (Red+Green+Blue) = 170+235+175=580 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.31% from 580); Green value is 235 (92.19% from 255 or 40.52% from 580); Blue value is 175 (68.75% from 255 or 30.17% from 580); Max value from RGB is 235 - color contains mainly: green. Hex color #AAEBAF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAEBAF is #551450. Grayscale: #D0D0D0. Windows color (decimal): -5575761 or 11529130. OLE color: 11529130.
HSL color Cylindrical-coordinate representation of color #AAEBAF: hue angle of 124.62º 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 #AAEBAF is Cyan = 0.28, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 170 | 235 | 175 | - |
| CMYK | 0.28 | 0 | 0.26 | 0.08 |
| HSL | 124.62º | 0.62% | 0.79% | - |
| HSV(B) | 124.62º | 0.28% | 0.92% | - |
| XYZ | 54.02 | 71.06 | 51.43 | - |
| YUV | 208.73 | 108.97 | 100.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 235 | 175 | 0.28 | 0 | 0.26 | 0.08 | 124.62 | 0.62 | 0.79 |
| Hex | AA | EB | AF | 1C | 0 | 1A | 8 | 7D | 3E | 4F |
| Octal | 252 | 353 | 257 | 34 | 0 | 32 | 10 | 175 | 76 | 117 |
| Binary | 10101010 | 11101011 | 10101111 | 11100 | 0 | 11010 | 1000 | 1111101 | 111110 | 1001111 |
Color Harmonies of #AAEBAF
Complementary color
Monochromatic Colors of #AAEBAF
Black with #AAEBAF
Text Example
Text Example
White with #AAEBAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAEBAF; }
p { color: rgb(170,235,175); }
H1.HeaderClassName
{
color: #AAEBAF;
}
.AnyTagClassName
{
color: #AAEBAF;
}
</style>
background-color css
<style>
a { background-color: #AAEBAF; }
a { background-color: rgb(170,235,175); }
div.DivClassName
{
background-color: #AAEBAF;
}
.BgClassName
{
background-color: #AAEBAF;
}
</style>
border-color css
<style>
span { border-color: #AAEBAF; }
span { border-color: rgb(170,235,175); }
td.TdClassName
{
border-color: #AAEBAF;
}
.TagClassName
{
border-color: #AAEBAF;
}
</style>