Shades of Celadon #AAF0AB
Tints of Celadon #AAF0AB
RGB
CMYK
RGB Variations
Color information
#AAF0AB (or 0xAAF0AB) is known color: Celadon. HEX triplet: AA, F0 and AB. RGB value is (170,240,171). Sum of RGB (Red+Green+Blue) = 170+240+171=581 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.26% from 581); Green value is 240 (94.14% from 255 or 41.31% from 581); Blue value is 171 (67.19% from 255 or 29.43% from 581); Max value from RGB is 240 - color contains mainly: green. Hex color #AAF0AB is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAF0AB is #550F54. Grayscale: #D3D3D3. Windows color (decimal): -5574485 or 11268266. OLE color: 11268266.
HSL color Cylindrical-coordinate representation of color #AAF0AB: hue angle of 120.86º 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 #AAF0AB is Cyan = 0.29, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 170 | 240 | 171 | - |
| CMYK | 0.29 | 0 | 0.29 | 0.06 |
| HSL | 120.86º | 0.7% | 0.8% | - |
| HSV(B) | 120.86º | 0.29% | 0.94% | - |
| XYZ | 55.09 | 73.81 | 49.87 | - |
| YUV | 211.2 | 105.31 | 98.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 240 | 171 | 0.29 | 0 | 0.29 | 0.06 | 120.86 | 0.7 | 0.8 |
| Hex | AA | F0 | AB | 1D | 0 | 1D | 6 | 79 | 46 | 50 |
| Octal | 252 | 360 | 253 | 35 | 0 | 35 | 6 | 171 | 106 | 120 |
| Binary | 10101010 | 11110000 | 10101011 | 11101 | 0 | 11101 | 110 | 1111001 | 1000110 | 1010000 |
Color Harmonies of #AAF0AB
Complementary color
Monochromatic Colors of #AAF0AB
Black with #AAF0AB
Text Example
Text Example
White with #AAF0AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF0AB; }
p { color: rgb(170,240,171); }
H1.HeaderClassName
{
color: #AAF0AB;
}
.AnyTagClassName
{
color: #AAF0AB;
}
</style>
background-color css
<style>
a { background-color: #AAF0AB; }
a { background-color: rgb(170,240,171); }
div.DivClassName
{
background-color: #AAF0AB;
}
.BgClassName
{
background-color: #AAF0AB;
}
</style>
border-color css
<style>
span { border-color: #AAF0AB; }
span { border-color: rgb(170,240,171); }
td.TdClassName
{
border-color: #AAF0AB;
}
.TagClassName
{
border-color: #AAF0AB;
}
</style>