Shades of Celadon #AAF8B4
Tints of Celadon #AAF8B4
RGB
CMYK
RGB Variations
Color information
#AAF8B4 (or 0xAAF8B4) is known color: Celadon. HEX triplet: AA, F8 and B4. RGB value is (170,248,180). Sum of RGB (Red+Green+Blue) = 170+248+180=598 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.43% from 598); Green value is 248 (97.27% from 255 or 41.47% from 598); Blue value is 180 (70.70% from 255 or 30.10% from 598); Max value from RGB is 248 - color contains mainly: green. Hex color #AAF8B4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAF8B4 is #55074B. Grayscale: #D9D9D9. Windows color (decimal): -5572428 or 11860138. OLE color: 11860138.
HSL color Cylindrical-coordinate representation of color #AAF8B4: hue angle of 127.69º 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 #AAF8B4 is Cyan = 0.31, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 170 | 248 | 180 | - |
| CMYK | 0.31 | 0 | 0.27 | 0.03 |
| HSL | 127.69º | 0.85% | 0.82% | - |
| HSV(B) | 127.69º | 0.31% | 0.97% | - |
| XYZ | 58.38 | 78.98 | 55.35 | - |
| YUV | 216.93 | 107.16 | 94.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 248 | 180 | 0.31 | 0 | 0.27 | 0.03 | 127.69 | 0.85 | 0.82 |
| Hex | AA | F8 | B4 | 1F | 0 | 1B | 3 | 80 | 55 | 52 |
| Octal | 252 | 370 | 264 | 37 | 0 | 33 | 3 | 200 | 125 | 122 |
| Binary | 10101010 | 11111000 | 10110100 | 11111 | 0 | 11011 | 11 | 10000000 | 1010101 | 1010010 |
Color Harmonies of #AAF8B4
Complementary color
Monochromatic Colors of #AAF8B4
Black with #AAF8B4
Text Example
Text Example
White with #AAF8B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF8B4; }
p { color: rgb(170,248,180); }
H1.HeaderClassName
{
color: #AAF8B4;
}
.AnyTagClassName
{
color: #AAF8B4;
}
</style>
background-color css
<style>
a { background-color: #AAF8B4; }
a { background-color: rgb(170,248,180); }
div.DivClassName
{
background-color: #AAF8B4;
}
.BgClassName
{
background-color: #AAF8B4;
}
</style>
border-color css
<style>
span { border-color: #AAF8B4; }
span { border-color: rgb(170,248,180); }
td.TdClassName
{
border-color: #AAF8B4;
}
.TagClassName
{
border-color: #AAF8B4;
}
</style>