Shades of Celadon #AAECB1
Tints of Celadon #AAECB1
RGB
CMYK
RGB Variations
Color information
#AAECB1 (or 0xAAECB1) is known color: Celadon. HEX triplet: AA, EC and B1. RGB value is (170,236,177). Sum of RGB (Red+Green+Blue) = 170+236+177=583 (77% of max value = 765). Red value is 170 (66.80% from 255 or 29.16% from 583); Green value is 236 (92.58% from 255 or 40.48% from 583); Blue value is 177 (69.53% from 255 or 30.36% from 583); Max value from RGB is 236 - color contains mainly: green. Hex color #AAECB1 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAECB1 is #55134E. Grayscale: #D1D1D1. Windows color (decimal): -5575503 or 11660458. OLE color: 11660458.
HSL color Cylindrical-coordinate representation of color #AAECB1: hue angle of 126.36º 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 #AAECB1 is Cyan = 0.28, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 170 | 236 | 177 | - |
| CMYK | 0.28 | 0 | 0.25 | 0.07 |
| HSL | 126.36º | 0.63% | 0.8% | - |
| HSV(B) | 126.36º | 0.28% | 0.93% | - |
| XYZ | 54.51 | 71.71 | 52.56 | - |
| YUV | 209.54 | 109.63 | 99.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 236 | 177 | 0.28 | 0 | 0.25 | 0.07 | 126.36 | 0.63 | 0.8 |
| Hex | AA | EC | B1 | 1C | 0 | 19 | 7 | 7E | 3F | 50 |
| Octal | 252 | 354 | 261 | 34 | 0 | 31 | 7 | 176 | 77 | 120 |
| Binary | 10101010 | 11101100 | 10110001 | 11100 | 0 | 11001 | 111 | 1111110 | 111111 | 1010000 |
Color Harmonies of #AAECB1
Complementary color
Monochromatic Colors of #AAECB1
Black with #AAECB1
Text Example
Text Example
White with #AAECB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAECB1; }
p { color: rgb(170,236,177); }
H1.HeaderClassName
{
color: #AAECB1;
}
.AnyTagClassName
{
color: #AAECB1;
}
</style>
background-color css
<style>
a { background-color: #AAECB1; }
a { background-color: rgb(170,236,177); }
div.DivClassName
{
background-color: #AAECB1;
}
.BgClassName
{
background-color: #AAECB1;
}
</style>
border-color css
<style>
span { border-color: #AAECB1; }
span { border-color: rgb(170,236,177); }
td.TdClassName
{
border-color: #AAECB1;
}
.TagClassName
{
border-color: #AAECB1;
}
</style>