Shades of Celadon #AAF1B3
Tints of Celadon #AAF1B3
RGB
CMYK
RGB Variations
Color information
#AAF1B3 (or 0xAAF1B3) is known color: Celadon. HEX triplet: AA, F1 and B3. RGB value is (170,241,179). Sum of RGB (Red+Green+Blue) = 170+241+179=590 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.81% from 590); Green value is 241 (94.53% from 255 or 40.85% from 590); Blue value is 179 (70.31% from 255 or 30.34% from 590); Max value from RGB is 241 - color contains mainly: green. Hex color #AAF1B3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAF1B3 is #550E4C. Grayscale: #D4D4D4. Windows color (decimal): -5574221 or 11792810. OLE color: 11792810.
HSL color Cylindrical-coordinate representation of color #AAF1B3: hue angle of 127.61º 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 #AAF1B3 is Cyan = 0.29, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 170 | 241 | 179 | - |
| CMYK | 0.29 | 0 | 0.26 | 0.05 |
| HSL | 127.61º | 0.72% | 0.81% | - |
| HSV(B) | 127.61º | 0.29% | 0.95% | - |
| XYZ | 56.17 | 74.71 | 54.11 | - |
| YUV | 212.7 | 108.98 | 97.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 241 | 179 | 0.29 | 0 | 0.26 | 0.05 | 127.61 | 0.72 | 0.81 |
| Hex | AA | F1 | B3 | 1D | 0 | 1A | 5 | 80 | 48 | 51 |
| Octal | 252 | 361 | 263 | 35 | 0 | 32 | 5 | 200 | 110 | 121 |
| Binary | 10101010 | 11110001 | 10110011 | 11101 | 0 | 11010 | 101 | 10000000 | 1001000 | 1010001 |
Color Harmonies of #AAF1B3
Complementary color
Monochromatic Colors of #AAF1B3
Black with #AAF1B3
Text Example
Text Example
White with #AAF1B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF1B3; }
p { color: rgb(170,241,179); }
H1.HeaderClassName
{
color: #AAF1B3;
}
.AnyTagClassName
{
color: #AAF1B3;
}
</style>
background-color css
<style>
a { background-color: #AAF1B3; }
a { background-color: rgb(170,241,179); }
div.DivClassName
{
background-color: #AAF1B3;
}
.BgClassName
{
background-color: #AAF1B3;
}
</style>
border-color css
<style>
span { border-color: #AAF1B3; }
span { border-color: rgb(170,241,179); }
td.TdClassName
{
border-color: #AAF1B3;
}
.TagClassName
{
border-color: #AAF1B3;
}
</style>