Shades of Celadon #AAFDB1
Tints of Celadon #AAFDB1
RGB
CMYK
RGB Variations
Color information
#AAFDB1 (or 0xAAFDB1) is known color: Celadon. HEX triplet: AA, FD and B1. RGB value is (170,253,177). Sum of RGB (Red+Green+Blue) = 170+253+177=600 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.33% from 600); Green value is 253 (99.22% from 255 or 42.17% from 600); Blue value is 177 (69.53% from 255 or 29.5% from 600); Max value from RGB is 253 - color contains mainly: green. Hex color #AAFDB1 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAFDB1 is #55024E. Grayscale: #DBDBDB. Windows color (decimal): -5571151 or 11664810. OLE color: 11664810.
HSL color Cylindrical-coordinate representation of color #AAFDB1: hue angle of 125.06º 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 #AAFDB1 is Cyan = 0.33, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 170 | 253 | 177 | - |
| CMYK | 0.33 | 0 | 0.30 | 0.01 |
| HSL | 125.06º | 0.95% | 0.83% | - |
| HSV(B) | 125.06º | 0.33% | 0.99% | - |
| XYZ | 59.64 | 81.97 | 54.27 | - |
| YUV | 219.52 | 104 | 92.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 253 | 177 | 0.33 | 0 | 0.30 | 0.01 | 125.06 | 0.95 | 0.83 |
| Hex | AA | FD | B1 | 21 | 0 | 1E | 1 | 7D | 5F | 53 |
| Octal | 252 | 375 | 261 | 41 | 0 | 36 | 1 | 175 | 137 | 123 |
| Binary | 10101010 | 11111101 | 10110001 | 100001 | 0 | 11110 | 1 | 1111101 | 1011111 | 1010011 |
Color Harmonies of #AAFDB1
Complementary color
Monochromatic Colors of #AAFDB1
Black with #AAFDB1
Text Example
Text Example
White with #AAFDB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAFDB1; }
p { color: rgb(170,253,177); }
H1.HeaderClassName
{
color: #AAFDB1;
}
.AnyTagClassName
{
color: #AAFDB1;
}
</style>
background-color css
<style>
a { background-color: #AAFDB1; }
a { background-color: rgb(170,253,177); }
div.DivClassName
{
background-color: #AAFDB1;
}
.BgClassName
{
background-color: #AAFDB1;
}
</style>
border-color css
<style>
span { border-color: #AAFDB1; }
span { border-color: rgb(170,253,177); }
td.TdClassName
{
border-color: #AAFDB1;
}
.TagClassName
{
border-color: #AAFDB1;
}
</style>