Shades of Celadon #AAF2B5
Tints of Celadon #AAF2B5
RGB
CMYK
RGB Variations
Color information
#AAF2B5 (or 0xAAF2B5) is known color: Celadon. HEX triplet: AA, F2 and B5. RGB value is (170,242,181). Sum of RGB (Red+Green+Blue) = 170+242+181=593 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.67% from 593); Green value is 242 (94.92% from 255 or 40.81% from 593); Blue value is 181 (71.09% from 255 or 30.52% from 593); Max value from RGB is 242 - color contains mainly: green. Hex color #AAF2B5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAF2B5 is #550D4A. Grayscale: #D5D5D5. Windows color (decimal): -5573963 or 11924138. OLE color: 11924138.
HSL color Cylindrical-coordinate representation of color #AAF2B5: hue angle of 129.17º 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 #AAF2B5 is Cyan = 0.30, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 170 | 242 | 181 | - |
| CMYK | 0.30 | 0 | 0.25 | 0.05 |
| HSL | 129.17º | 0.73% | 0.81% | - |
| HSV(B) | 129.17º | 0.3% | 0.95% | - |
| XYZ | 56.67 | 75.39 | 55.28 | - |
| YUV | 213.52 | 109.65 | 96.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 242 | 181 | 0.30 | 0 | 0.25 | 0.05 | 129.17 | 0.73 | 0.81 |
| Hex | AA | F2 | B5 | 1E | 0 | 19 | 5 | 81 | 49 | 51 |
| Octal | 252 | 362 | 265 | 36 | 0 | 31 | 5 | 201 | 111 | 121 |
| Binary | 10101010 | 11110010 | 10110101 | 11110 | 0 | 11001 | 101 | 10000001 | 1001001 | 1010001 |
Color Harmonies of #AAF2B5
Complementary color
Monochromatic Colors of #AAF2B5
Black with #AAF2B5
Text Example
Text Example
White with #AAF2B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF2B5; }
p { color: rgb(170,242,181); }
H1.HeaderClassName
{
color: #AAF2B5;
}
.AnyTagClassName
{
color: #AAF2B5;
}
</style>
background-color css
<style>
a { background-color: #AAF2B5; }
a { background-color: rgb(170,242,181); }
div.DivClassName
{
background-color: #AAF2B5;
}
.BgClassName
{
background-color: #AAF2B5;
}
</style>
border-color css
<style>
span { border-color: #AAF2B5; }
span { border-color: rgb(170,242,181); }
td.TdClassName
{
border-color: #AAF2B5;
}
.TagClassName
{
border-color: #AAF2B5;
}
</style>