Shades of Celadon #AAECAD
Tints of Celadon #AAECAD
RGB
CMYK
RGB Variations
Color information
#AAECAD (or 0xAAECAD) is known color: Celadon. HEX triplet: AA, EC and AD. RGB value is (170,236,173). Sum of RGB (Red+Green+Blue) = 170+236+173=579 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.36% from 579); Green value is 236 (92.58% from 255 or 40.76% from 579); Blue value is 173 (67.97% from 255 or 29.88% from 579); Max value from RGB is 236 - color contains mainly: green. Hex color #AAECAD is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAECAD is #551352. Grayscale: #D1D1D1. Windows color (decimal): -5575507 or 11398314. OLE color: 11398314.
HSL color Cylindrical-coordinate representation of color #AAECAD: hue angle of 122.73º degrees, saturation: 0.63, 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 #AAECAD is Cyan = 0.28, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 170 | 236 | 173 | - |
| CMYK | 0.28 | 0 | 0.27 | 0.07 |
| HSL | 122.73º | 0.63% | 0.8% | - |
| HSV(B) | 122.73º | 0.28% | 0.93% | - |
| XYZ | 54.12 | 71.55 | 50.49 | - |
| YUV | 209.08 | 107.63 | 100.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 236 | 173 | 0.28 | 0 | 0.27 | 0.07 | 122.73 | 0.63 | 0.8 |
| Hex | AA | EC | AD | 1C | 0 | 1B | 7 | 7B | 3F | 50 |
| Octal | 252 | 354 | 255 | 34 | 0 | 33 | 7 | 173 | 77 | 120 |
| Binary | 10101010 | 11101100 | 10101101 | 11100 | 0 | 11011 | 111 | 1111011 | 111111 | 1010000 |
Color Harmonies of #AAECAD
Complementary color
Monochromatic Colors of #AAECAD
Black with #AAECAD
Text Example
Text Example
White with #AAECAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAECAD; }
p { color: rgb(170,236,173); }
H1.HeaderClassName
{
color: #AAECAD;
}
.AnyTagClassName
{
color: #AAECAD;
}
</style>
background-color css
<style>
a { background-color: #AAECAD; }
a { background-color: rgb(170,236,173); }
div.DivClassName
{
background-color: #AAECAD;
}
.BgClassName
{
background-color: #AAECAD;
}
</style>
border-color css
<style>
span { border-color: #AAECAD; }
span { border-color: rgb(170,236,173); }
td.TdClassName
{
border-color: #AAECAD;
}
.TagClassName
{
border-color: #AAECAD;
}
</style>