Shades of Celadon #AAF0B1
Tints of Celadon #AAF0B1
RGB
CMYK
RGB Variations
Color information
#AAF0B1 (or 0xAAF0B1) is known color: Celadon. HEX triplet: AA, F0 and B1. RGB value is (170,240,177). Sum of RGB (Red+Green+Blue) = 170+240+177=587 (77% of max value = 765). Red value is 170 (66.80% from 255 or 28.96% from 587); Green value is 240 (94.14% from 255 or 40.89% from 587); Blue value is 177 (69.53% from 255 or 30.15% from 587); Max value from RGB is 240 - color contains mainly: green. Hex color #AAF0B1 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAF0B1 is #550F4E. Grayscale: #D4D4D4. Windows color (decimal): -5574479 or 11661482. OLE color: 11661482.
HSL color Cylindrical-coordinate representation of color #AAF0B1: hue angle of 126º degrees, saturation: 0.7, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AAF0B1 is Cyan = 0.29, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 170 | 240 | 177 | - |
| CMYK | 0.29 | 0 | 0.26 | 0.06 |
| HSL | 126º | 0.7% | 0.8% | - |
| HSV(B) | 126º | 0.29% | 0.94% | - |
| XYZ | 55.67 | 74.04 | 52.95 | - |
| YUV | 211.89 | 108.31 | 98.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 240 | 177 | 0.29 | 0 | 0.26 | 0.06 | 126 | 0.7 | 0.8 |
| Hex | AA | F0 | B1 | 1D | 0 | 1A | 6 | 7E | 46 | 50 |
| Octal | 252 | 360 | 261 | 35 | 0 | 32 | 6 | 176 | 106 | 120 |
| Binary | 10101010 | 11110000 | 10110001 | 11101 | 0 | 11010 | 110 | 1111110 | 1000110 | 1010000 |
Color Harmonies of #AAF0B1
Complementary color
Monochromatic Colors of #AAF0B1
Black with #AAF0B1
Text Example
Text Example
White with #AAF0B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF0B1; }
p { color: rgb(170,240,177); }
H1.HeaderClassName
{
color: #AAF0B1;
}
.AnyTagClassName
{
color: #AAF0B1;
}
</style>
background-color css
<style>
a { background-color: #AAF0B1; }
a { background-color: rgb(170,240,177); }
div.DivClassName
{
background-color: #AAF0B1;
}
.BgClassName
{
background-color: #AAF0B1;
}
</style>
border-color css
<style>
span { border-color: #AAF0B1; }
span { border-color: rgb(170,240,177); }
td.TdClassName
{
border-color: #AAF0B1;
}
.TagClassName
{
border-color: #AAF0B1;
}
</style>