Shades of Celadon #AAFDB5
Tints of Celadon #AAFDB5
RGB
CMYK
RGB Variations
Color information
#AAFDB5 (or 0xAAFDB5) is known color: Celadon. HEX triplet: AA, FD and B5. RGB value is (170,253,181). Sum of RGB (Red+Green+Blue) = 170+253+181=604 (80% of max value = 765). Red value is 170 (66.80% from 255 or 28.15% from 604); Green value is 253 (99.22% from 255 or 41.89% from 604); Blue value is 181 (71.09% from 255 or 29.97% from 604); Max value from RGB is 253 - color contains mainly: green. Hex color #AAFDB5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAFDB5 is #55024A. Grayscale: #DCDCDC. Windows color (decimal): -5571147 or 11926954. OLE color: 11926954.
HSL color Cylindrical-coordinate representation of color #AAFDB5: hue angle of 127.95º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AAFDB5 is Cyan = 0.33, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 170 | 253 | 181 | - |
| CMYK | 0.33 | 0 | 0.28 | 0.01 |
| HSL | 127.95º | 0.95% | 0.83% | - |
| HSV(B) | 127.95º | 0.33% | 0.99% | - |
| XYZ | 60.04 | 82.13 | 56.4 | - |
| YUV | 219.98 | 106 | 92.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 253 | 181 | 0.33 | 0 | 0.28 | 0.01 | 127.95 | 0.95 | 0.83 |
| Hex | AA | FD | B5 | 21 | 0 | 1C | 1 | 80 | 5F | 53 |
| Octal | 252 | 375 | 265 | 41 | 0 | 34 | 1 | 200 | 137 | 123 |
| Binary | 10101010 | 11111101 | 10110101 | 100001 | 0 | 11100 | 1 | 10000000 | 1011111 | 1010011 |
Color Harmonies of #AAFDB5
Complementary color
Monochromatic Colors of #AAFDB5
Black with #AAFDB5
Text Example
Text Example
White with #AAFDB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAFDB5; }
p { color: rgb(170,253,181); }
H1.HeaderClassName
{
color: #AAFDB5;
}
.AnyTagClassName
{
color: #AAFDB5;
}
</style>
background-color css
<style>
a { background-color: #AAFDB5; }
a { background-color: rgb(170,253,181); }
div.DivClassName
{
background-color: #AAFDB5;
}
.BgClassName
{
background-color: #AAFDB5;
}
</style>
border-color css
<style>
span { border-color: #AAFDB5; }
span { border-color: rgb(170,253,181); }
td.TdClassName
{
border-color: #AAFDB5;
}
.TagClassName
{
border-color: #AAFDB5;
}
</style>