Shades of Celadon #AAF2B2
Tints of Celadon #AAF2B2
RGB
CMYK
RGB Variations
Color information
#AAF2B2 (or 0xAAF2B2) is known color: Celadon. HEX triplet: AA, F2 and B2. RGB value is (170,242,178). Sum of RGB (Red+Green+Blue) = 170+242+178=590 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.81% from 590); Green value is 242 (94.92% from 255 or 41.02% from 590); Blue value is 178 (69.92% from 255 or 30.17% from 590); Max value from RGB is 242 - color contains mainly: green. Hex color #AAF2B2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAF2B2 is #550D4D. Grayscale: #D5D5D5. Windows color (decimal): -5573966 or 11727530. OLE color: 11727530.
HSL color Cylindrical-coordinate representation of color #AAF2B2: hue angle of 126.67º 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 #AAF2B2 is Cyan = 0.30, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 170 | 242 | 178 | - |
| CMYK | 0.30 | 0 | 0.26 | 0.05 |
| HSL | 126.67º | 0.73% | 0.81% | - |
| HSV(B) | 126.67º | 0.3% | 0.95% | - |
| XYZ | 56.37 | 75.26 | 53.68 | - |
| YUV | 213.18 | 108.15 | 97.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 242 | 178 | 0.30 | 0 | 0.26 | 0.05 | 126.67 | 0.73 | 0.81 |
| Hex | AA | F2 | B2 | 1E | 0 | 1A | 5 | 7F | 49 | 51 |
| Octal | 252 | 362 | 262 | 36 | 0 | 32 | 5 | 177 | 111 | 121 |
| Binary | 10101010 | 11110010 | 10110010 | 11110 | 0 | 11010 | 101 | 1111111 | 1001001 | 1010001 |
Color Harmonies of #AAF2B2
Complementary color
Monochromatic Colors of #AAF2B2
Black with #AAF2B2
Text Example
Text Example
White with #AAF2B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF2B2; }
p { color: rgb(170,242,178); }
H1.HeaderClassName
{
color: #AAF2B2;
}
.AnyTagClassName
{
color: #AAF2B2;
}
</style>
background-color css
<style>
a { background-color: #AAF2B2; }
a { background-color: rgb(170,242,178); }
div.DivClassName
{
background-color: #AAF2B2;
}
.BgClassName
{
background-color: #AAF2B2;
}
</style>
border-color css
<style>
span { border-color: #AAF2B2; }
span { border-color: rgb(170,242,178); }
td.TdClassName
{
border-color: #AAF2B2;
}
.TagClassName
{
border-color: #AAF2B2;
}
</style>