Shades of Celadon #AAEDAF
Tints of Celadon #AAEDAF
RGB
CMYK
RGB Variations
Color information
#AAEDAF (or 0xAAEDAF) is known color: Celadon. HEX triplet: AA, ED and AF. RGB value is (170,237,175). Sum of RGB (Red+Green+Blue) = 170+237+175=582 (77% of max value = 765). Red value is 170 (66.80% from 255 or 29.21% from 582); Green value is 237 (92.97% from 255 or 40.72% from 582); Blue value is 175 (68.75% from 255 or 30.07% from 582); Max value from RGB is 237 - color contains mainly: green. Hex color #AAEDAF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAEDAF is #551250. Grayscale: #D2D2D2. Windows color (decimal): -5575249 or 11529642. OLE color: 11529642.
HSL color Cylindrical-coordinate representation of color #AAEDAF: hue angle of 124.48º degrees, saturation: 0.65, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AAEDAF is Cyan = 0.28, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 170 | 237 | 175 | - |
| CMYK | 0.28 | 0 | 0.26 | 0.07 |
| HSL | 124.48º | 0.65% | 0.8% | - |
| HSV(B) | 124.48º | 0.28% | 0.93% | - |
| XYZ | 54.6 | 72.21 | 51.62 | - |
| YUV | 209.9 | 108.3 | 99.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 237 | 175 | 0.28 | 0 | 0.26 | 0.07 | 124.48 | 0.65 | 0.8 |
| Hex | AA | ED | AF | 1C | 0 | 1A | 7 | 7C | 41 | 50 |
| Octal | 252 | 355 | 257 | 34 | 0 | 32 | 7 | 174 | 101 | 120 |
| Binary | 10101010 | 11101101 | 10101111 | 11100 | 0 | 11010 | 111 | 1111100 | 1000001 | 1010000 |
Color Harmonies of #AAEDAF
Complementary color
Monochromatic Colors of #AAEDAF
Black with #AAEDAF
Text Example
Text Example
White with #AAEDAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAEDAF; }
p { color: rgb(170,237,175); }
H1.HeaderClassName
{
color: #AAEDAF;
}
.AnyTagClassName
{
color: #AAEDAF;
}
</style>
background-color css
<style>
a { background-color: #AAEDAF; }
a { background-color: rgb(170,237,175); }
div.DivClassName
{
background-color: #AAEDAF;
}
.BgClassName
{
background-color: #AAEDAF;
}
</style>
border-color css
<style>
span { border-color: #AAEDAF; }
span { border-color: rgb(170,237,175); }
td.TdClassName
{
border-color: #AAEDAF;
}
.TagClassName
{
border-color: #AAEDAF;
}
</style>