Shades of Celadon #AAF8B2
Tints of Celadon #AAF8B2
RGB
CMYK
RGB Variations
Color information
#AAF8B2 (or 0xAAF8B2) is known color: Celadon. HEX triplet: AA, F8 and B2. RGB value is (170,248,178). Sum of RGB (Red+Green+Blue) = 170+248+178=596 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.52% from 596); Green value is 248 (97.27% from 255 or 41.61% from 596); Blue value is 178 (69.92% from 255 or 29.87% from 596); Max value from RGB is 248 - color contains mainly: green. Hex color #AAF8B2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAF8B2 is #55074D. Grayscale: #D8D8D8. Windows color (decimal): -5572430 or 11729066. OLE color: 11729066.
HSL color Cylindrical-coordinate representation of color #AAF8B2: hue angle of 126.15º degrees, saturation: 0.85, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AAF8B2 is Cyan = 0.31, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 170 | 248 | 178 | - |
| CMYK | 0.31 | 0 | 0.28 | 0.03 |
| HSL | 126.15º | 0.85% | 0.82% | - |
| HSV(B) | 126.15º | 0.31% | 0.97% | - |
| XYZ | 58.18 | 78.9 | 54.28 | - |
| YUV | 216.7 | 106.16 | 94.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 248 | 178 | 0.31 | 0 | 0.28 | 0.03 | 126.15 | 0.85 | 0.82 |
| Hex | AA | F8 | B2 | 1F | 0 | 1C | 3 | 7E | 55 | 52 |
| Octal | 252 | 370 | 262 | 37 | 0 | 34 | 3 | 176 | 125 | 122 |
| Binary | 10101010 | 11111000 | 10110010 | 11111 | 0 | 11100 | 11 | 1111110 | 1010101 | 1010010 |
Color Harmonies of #AAF8B2
Complementary color
Monochromatic Colors of #AAF8B2
Black with #AAF8B2
Text Example
Text Example
White with #AAF8B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF8B2; }
p { color: rgb(170,248,178); }
H1.HeaderClassName
{
color: #AAF8B2;
}
.AnyTagClassName
{
color: #AAF8B2;
}
</style>
background-color css
<style>
a { background-color: #AAF8B2; }
a { background-color: rgb(170,248,178); }
div.DivClassName
{
background-color: #AAF8B2;
}
.BgClassName
{
background-color: #AAF8B2;
}
</style>
border-color css
<style>
span { border-color: #AAF8B2; }
span { border-color: rgb(170,248,178); }
td.TdClassName
{
border-color: #AAF8B2;
}
.TagClassName
{
border-color: #AAF8B2;
}
</style>