Shades of Celadon #AAFDB6
Tints of Celadon #AAFDB6
RGB
CMYK
RGB Variations
Color information
#AAFDB6 (or 0xAAFDB6) is known color: Celadon. HEX triplet: AA, FD and B6. RGB value is (170,253,182). Sum of RGB (Red+Green+Blue) = 170+253+182=605 (80% of max value = 765). Red value is 170 (66.80% from 255 or 28.10% from 605); Green value is 253 (99.22% from 255 or 41.82% from 605); Blue value is 182 (71.48% from 255 or 30.08% from 605); Max value from RGB is 253 - color contains mainly: green. Hex color #AAFDB6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAFDB6 is #550249. Grayscale: #DCDCDC. Windows color (decimal): -5571146 or 11992490. OLE color: 11992490.
HSL color Cylindrical-coordinate representation of color #AAFDB6: hue angle of 128.67º 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 #AAFDB6 is Cyan = 0.33, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 170 | 253 | 182 | - |
| CMYK | 0.33 | 0 | 0.28 | 0.01 |
| HSL | 128.67º | 0.95% | 0.83% | - |
| HSV(B) | 128.67º | 0.33% | 0.99% | - |
| XYZ | 60.15 | 82.17 | 56.95 | - |
| YUV | 220.09 | 106.5 | 92.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 253 | 182 | 0.33 | 0 | 0.28 | 0.01 | 128.67 | 0.95 | 0.83 |
| Hex | AA | FD | B6 | 21 | 0 | 1C | 1 | 81 | 5F | 53 |
| Octal | 252 | 375 | 266 | 41 | 0 | 34 | 1 | 201 | 137 | 123 |
| Binary | 10101010 | 11111101 | 10110110 | 100001 | 0 | 11100 | 1 | 10000001 | 1011111 | 1010011 |
Color Harmonies of #AAFDB6
Complementary color
Monochromatic Colors of #AAFDB6
Black with #AAFDB6
Text Example
Text Example
White with #AAFDB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAFDB6; }
p { color: rgb(170,253,182); }
H1.HeaderClassName
{
color: #AAFDB6;
}
.AnyTagClassName
{
color: #AAFDB6;
}
</style>
background-color css
<style>
a { background-color: #AAFDB6; }
a { background-color: rgb(170,253,182); }
div.DivClassName
{
background-color: #AAFDB6;
}
.BgClassName
{
background-color: #AAFDB6;
}
</style>
border-color css
<style>
span { border-color: #AAFDB6; }
span { border-color: rgb(170,253,182); }
td.TdClassName
{
border-color: #AAFDB6;
}
.TagClassName
{
border-color: #AAFDB6;
}
</style>