Shades of Celadon #AAEBAE
Tints of Celadon #AAEBAE
RGB
CMYK
RGB Variations
Color information
#AAEBAE (or 0xAAEBAE) is known color: Celadon. HEX triplet: AA, EB and AE. RGB value is (170,235,174). Sum of RGB (Red+Green+Blue) = 170+235+174=579 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.36% from 579); Green value is 235 (92.19% from 255 or 40.59% from 579); Blue value is 174 (68.36% from 255 or 30.05% from 579); Max value from RGB is 235 - color contains mainly: green. Hex color #AAEBAE is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAEBAE is #551451. Grayscale: #D0D0D0. Windows color (decimal): -5575762 or 11463594. OLE color: 11463594.
HSL color Cylindrical-coordinate representation of color #AAEBAE: hue angle of 123.69º 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 #AAEBAE is Cyan = 0.28, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 170 | 235 | 174 | - |
| CMYK | 0.28 | 0 | 0.26 | 0.08 |
| HSL | 123.69º | 0.62% | 0.79% | - |
| HSV(B) | 123.69º | 0.28% | 0.92% | - |
| XYZ | 53.93 | 71.02 | 50.91 | - |
| YUV | 208.61 | 108.47 | 100.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 235 | 174 | 0.28 | 0 | 0.26 | 0.08 | 123.69 | 0.62 | 0.79 |
| Hex | AA | EB | AE | 1C | 0 | 1A | 8 | 7C | 3E | 4F |
| Octal | 252 | 353 | 256 | 34 | 0 | 32 | 10 | 174 | 76 | 117 |
| Binary | 10101010 | 11101011 | 10101110 | 11100 | 0 | 11010 | 1000 | 1111100 | 111110 | 1001111 |
Color Harmonies of #AAEBAE
Complementary color
Monochromatic Colors of #AAEBAE
Black with #AAEBAE
Text Example
Text Example
White with #AAEBAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAEBAE; }
p { color: rgb(170,235,174); }
H1.HeaderClassName
{
color: #AAEBAE;
}
.AnyTagClassName
{
color: #AAEBAE;
}
</style>
background-color css
<style>
a { background-color: #AAEBAE; }
a { background-color: rgb(170,235,174); }
div.DivClassName
{
background-color: #AAEBAE;
}
.BgClassName
{
background-color: #AAEBAE;
}
</style>
border-color css
<style>
span { border-color: #AAEBAE; }
span { border-color: rgb(170,235,174); }
td.TdClassName
{
border-color: #AAEBAE;
}
.TagClassName
{
border-color: #AAEBAE;
}
</style>