Shades of Celadon #AAF1AC
Tints of Celadon #AAF1AC
RGB
CMYK
RGB Variations
Color information
#AAF1AC (or 0xAAF1AC) is known color: Celadon. HEX triplet: AA, F1 and AC. RGB value is (170,241,172). Sum of RGB (Red+Green+Blue) = 170+241+172=583 (77% of max value = 765). Red value is 170 (66.80% from 255 or 29.16% from 583); Green value is 241 (94.53% from 255 or 41.34% from 583); Blue value is 172 (67.58% from 255 or 29.50% from 583); Max value from RGB is 241 - color contains mainly: green. Hex color #AAF1AC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAF1AC is #550E53. Grayscale: #D4D4D4. Windows color (decimal): -5574228 or 11334058. OLE color: 11334058.
HSL color Cylindrical-coordinate representation of color #AAF1AC: hue angle of 121.69º 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 #AAF1AC is Cyan = 0.29, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 170 | 241 | 172 | - |
| CMYK | 0.29 | 0 | 0.29 | 0.05 |
| HSL | 121.69º | 0.72% | 0.81% | - |
| HSV(B) | 121.69º | 0.29% | 0.95% | - |
| XYZ | 55.48 | 74.44 | 50.47 | - |
| YUV | 211.91 | 105.48 | 98.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 241 | 172 | 0.29 | 0 | 0.29 | 0.05 | 121.69 | 0.72 | 0.81 |
| Hex | AA | F1 | AC | 1D | 0 | 1D | 5 | 7A | 48 | 51 |
| Octal | 252 | 361 | 254 | 35 | 0 | 35 | 5 | 172 | 110 | 121 |
| Binary | 10101010 | 11110001 | 10101100 | 11101 | 0 | 11101 | 101 | 1111010 | 1001000 | 1010001 |
Color Harmonies of #AAF1AC
Complementary color
Monochromatic Colors of #AAF1AC
Black with #AAF1AC
Text Example
Text Example
White with #AAF1AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF1AC; }
p { color: rgb(170,241,172); }
H1.HeaderClassName
{
color: #AAF1AC;
}
.AnyTagClassName
{
color: #AAF1AC;
}
</style>
background-color css
<style>
a { background-color: #AAF1AC; }
a { background-color: rgb(170,241,172); }
div.DivClassName
{
background-color: #AAF1AC;
}
.BgClassName
{
background-color: #AAF1AC;
}
</style>
border-color css
<style>
span { border-color: #AAF1AC; }
span { border-color: rgb(170,241,172); }
td.TdClassName
{
border-color: #AAF1AC;
}
.TagClassName
{
border-color: #AAF1AC;
}
</style>