Shades of Celadon #AAF2B0
Tints of Celadon #AAF2B0
RGB
CMYK
RGB Variations
Color information
#AAF2B0 (or 0xAAF2B0) is known color: Celadon. HEX triplet: AA, F2 and B0. RGB value is (170,242,176). Sum of RGB (Red+Green+Blue) = 170+242+176=588 (77% of max value = 765). Red value is 170 (66.80% from 255 or 28.91% from 588); Green value is 242 (94.92% from 255 or 41.16% from 588); Blue value is 176 (69.14% from 255 or 29.93% from 588); Max value from RGB is 242 - color contains mainly: green. Hex color #AAF2B0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAF2B0 is #550D4F. Grayscale: #D5D5D5. Windows color (decimal): -5573968 or 11596458. OLE color: 11596458.
HSL color Cylindrical-coordinate representation of color #AAF2B0: hue angle of 125º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AAF2B0 is Cyan = 0.30, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 170 | 242 | 176 | - |
| CMYK | 0.30 | 0 | 0.27 | 0.05 |
| HSL | 125º | 0.73% | 0.81% | - |
| HSV(B) | 125º | 0.3% | 0.95% | - |
| XYZ | 56.17 | 75.18 | 52.63 | - |
| YUV | 212.95 | 107.15 | 97.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 242 | 176 | 0.30 | 0 | 0.27 | 0.05 | 125 | 0.73 | 0.81 |
| Hex | AA | F2 | B0 | 1E | 0 | 1B | 5 | 7D | 49 | 51 |
| Octal | 252 | 362 | 260 | 36 | 0 | 33 | 5 | 175 | 111 | 121 |
| Binary | 10101010 | 11110010 | 10110000 | 11110 | 0 | 11011 | 101 | 1111101 | 1001001 | 1010001 |
Color Harmonies of #AAF2B0
Complementary color
Monochromatic Colors of #AAF2B0
Black with #AAF2B0
Text Example
Text Example
White with #AAF2B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF2B0; }
p { color: rgb(170,242,176); }
H1.HeaderClassName
{
color: #AAF2B0;
}
.AnyTagClassName
{
color: #AAF2B0;
}
</style>
background-color css
<style>
a { background-color: #AAF2B0; }
a { background-color: rgb(170,242,176); }
div.DivClassName
{
background-color: #AAF2B0;
}
.BgClassName
{
background-color: #AAF2B0;
}
</style>
border-color css
<style>
span { border-color: #AAF2B0; }
span { border-color: rgb(170,242,176); }
td.TdClassName
{
border-color: #AAF2B0;
}
.TagClassName
{
border-color: #AAF2B0;
}
</style>