Shades of Celadon #AAF1AB
Tints of Celadon #AAF1AB
RGB
CMYK
RGB Variations
Color information
#AAF1AB (or 0xAAF1AB) is known color: Celadon. HEX triplet: AA, F1 and AB. RGB value is (170,241,171). Sum of RGB (Red+Green+Blue) = 170+241+171=582 (77% of max value = 765). Red value is 170 (66.80% from 255 or 29.21% from 582); Green value is 241 (94.53% from 255 or 41.41% from 582); Blue value is 171 (67.19% from 255 or 29.38% from 582); Max value from RGB is 241 - color contains mainly: green. Hex color #AAF1AB is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAF1AB is #550E54. Grayscale: #D4D4D4. Windows color (decimal): -5574229 or 11268522. OLE color: 11268522.
HSL color Cylindrical-coordinate representation of color #AAF1AB: hue angle of 120.85º degrees, saturation: 0.72, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AAF1AB is Cyan = 0.29, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 170 | 241 | 171 | - |
| CMYK | 0.29 | 0 | 0.29 | 0.05 |
| HSL | 120.85º | 0.72% | 0.81% | - |
| HSV(B) | 120.85º | 0.29% | 0.95% | - |
| XYZ | 55.38 | 74.4 | 49.97 | - |
| YUV | 211.79 | 104.98 | 98.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 241 | 171 | 0.29 | 0 | 0.29 | 0.05 | 120.85 | 0.72 | 0.81 |
| Hex | AA | F1 | AB | 1D | 0 | 1D | 5 | 79 | 48 | 51 |
| Octal | 252 | 361 | 253 | 35 | 0 | 35 | 5 | 171 | 110 | 121 |
| Binary | 10101010 | 11110001 | 10101011 | 11101 | 0 | 11101 | 101 | 1111001 | 1001000 | 1010001 |
Color Harmonies of #AAF1AB
Complementary color
Monochromatic Colors of #AAF1AB
Black with #AAF1AB
Text Example
Text Example
White with #AAF1AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF1AB; }
p { color: rgb(170,241,171); }
H1.HeaderClassName
{
color: #AAF1AB;
}
.AnyTagClassName
{
color: #AAF1AB;
}
</style>
background-color css
<style>
a { background-color: #AAF1AB; }
a { background-color: rgb(170,241,171); }
div.DivClassName
{
background-color: #AAF1AB;
}
.BgClassName
{
background-color: #AAF1AB;
}
</style>
border-color css
<style>
span { border-color: #AAF1AB; }
span { border-color: rgb(170,241,171); }
td.TdClassName
{
border-color: #AAF1AB;
}
.TagClassName
{
border-color: #AAF1AB;
}
</style>