Shades of Celadon #AAF7B5
Tints of Celadon #AAF7B5
RGB
CMYK
RGB Variations
Color information
#AAF7B5 (or 0xAAF7B5) is known color: Celadon. HEX triplet: AA, F7 and B5. RGB value is (170,247,181). Sum of RGB (Red+Green+Blue) = 170+247+181=598 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.43% from 598); Green value is 247 (96.88% from 255 or 41.30% from 598); Blue value is 181 (71.09% from 255 or 30.27% from 598); Max value from RGB is 247 - color contains mainly: green. Hex color #AAF7B5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAF7B5 is #55084A. Grayscale: #D8D8D8. Windows color (decimal): -5572683 or 11925418. OLE color: 11925418.
HSL color Cylindrical-coordinate representation of color #AAF7B5: hue angle of 128.57º degrees, saturation: 0.83, 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 #AAF7B5 is Cyan = 0.31, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 170 | 247 | 181 | - |
| CMYK | 0.31 | 0 | 0.27 | 0.03 |
| HSL | 128.57º | 0.83% | 0.82% | - |
| HSV(B) | 128.57º | 0.31% | 0.97% | - |
| XYZ | 58.18 | 78.4 | 55.78 | - |
| YUV | 216.45 | 107.99 | 94.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 247 | 181 | 0.31 | 0 | 0.27 | 0.03 | 128.57 | 0.83 | 0.82 |
| Hex | AA | F7 | B5 | 1F | 0 | 1B | 3 | 81 | 53 | 52 |
| Octal | 252 | 367 | 265 | 37 | 0 | 33 | 3 | 201 | 123 | 122 |
| Binary | 10101010 | 11110111 | 10110101 | 11111 | 0 | 11011 | 11 | 10000001 | 1010011 | 1010010 |
Color Harmonies of #AAF7B5
Complementary color
Monochromatic Colors of #AAF7B5
Black with #AAF7B5
Text Example
Text Example
White with #AAF7B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF7B5; }
p { color: rgb(170,247,181); }
H1.HeaderClassName
{
color: #AAF7B5;
}
.AnyTagClassName
{
color: #AAF7B5;
}
</style>
background-color css
<style>
a { background-color: #AAF7B5; }
a { background-color: rgb(170,247,181); }
div.DivClassName
{
background-color: #AAF7B5;
}
.BgClassName
{
background-color: #AAF7B5;
}
</style>
border-color css
<style>
span { border-color: #AAF7B5; }
span { border-color: rgb(170,247,181); }
td.TdClassName
{
border-color: #AAF7B5;
}
.TagClassName
{
border-color: #AAF7B5;
}
</style>