Shades of Celadon #AAFDB3
Tints of Celadon #AAFDB3
RGB
CMYK
RGB Variations
Color information
#AAFDB3 (or 0xAAFDB3) is known color: Celadon. HEX triplet: AA, FD and B3. RGB value is (170,253,179). Sum of RGB (Red+Green+Blue) = 170+253+179=602 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.24% from 602); Green value is 253 (99.22% from 255 or 42.03% from 602); Blue value is 179 (70.31% from 255 or 29.73% from 602); Max value from RGB is 253 - color contains mainly: green. Hex color #AAFDB3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAFDB3 is #55024C. Grayscale: #DBDBDB. Windows color (decimal): -5571149 or 11795882. OLE color: 11795882.
HSL color Cylindrical-coordinate representation of color #AAFDB3: hue angle of 126.51º 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 #AAFDB3 is Cyan = 0.33, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 170 | 253 | 179 | - |
| CMYK | 0.33 | 0 | 0.29 | 0.01 |
| HSL | 126.51º | 0.95% | 0.83% | - |
| HSV(B) | 126.51º | 0.33% | 0.99% | - |
| XYZ | 59.84 | 82.05 | 55.33 | - |
| YUV | 219.75 | 105 | 92.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 253 | 179 | 0.33 | 0 | 0.29 | 0.01 | 126.51 | 0.95 | 0.83 |
| Hex | AA | FD | B3 | 21 | 0 | 1D | 1 | 7F | 5F | 53 |
| Octal | 252 | 375 | 263 | 41 | 0 | 35 | 1 | 177 | 137 | 123 |
| Binary | 10101010 | 11111101 | 10110011 | 100001 | 0 | 11101 | 1 | 1111111 | 1011111 | 1010011 |
Color Harmonies of #AAFDB3
Complementary color
Monochromatic Colors of #AAFDB3
Black with #AAFDB3
Text Example
Text Example
White with #AAFDB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAFDB3; }
p { color: rgb(170,253,179); }
H1.HeaderClassName
{
color: #AAFDB3;
}
.AnyTagClassName
{
color: #AAFDB3;
}
</style>
background-color css
<style>
a { background-color: #AAFDB3; }
a { background-color: rgb(170,253,179); }
div.DivClassName
{
background-color: #AAFDB3;
}
.BgClassName
{
background-color: #AAFDB3;
}
</style>
border-color css
<style>
span { border-color: #AAFDB3; }
span { border-color: rgb(170,253,179); }
td.TdClassName
{
border-color: #AAFDB3;
}
.TagClassName
{
border-color: #AAFDB3;
}
</style>