Shades of Celadon #AAF9AF
Tints of Celadon #AAF9AF
RGB
CMYK
RGB Variations
Color information
#AAF9AF (or 0xAAF9AF) is known color: Celadon. HEX triplet: AA, F9 and AF. RGB value is (170,249,175). Sum of RGB (Red+Green+Blue) = 170+249+175=594 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.62% from 594); Green value is 249 (97.66% from 255 or 41.92% from 594); Blue value is 175 (68.75% from 255 or 29.46% from 594); Max value from RGB is 249 - color contains mainly: green. Hex color #AAF9AF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAF9AF is #550650. Grayscale: #D9D9D9. Windows color (decimal): -5572177 or 11532714. OLE color: 11532714.
HSL color Cylindrical-coordinate representation of color #AAF9AF: hue angle of 123.8º degrees, saturation: 0.87, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AAF9AF is Cyan = 0.32, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 170 | 249 | 175 | - |
| CMYK | 0.32 | 0 | 0.30 | 0.02 |
| HSL | 123.8º | 0.87% | 0.82% | - |
| HSV(B) | 123.8º | 0.32% | 0.98% | - |
| XYZ | 58.19 | 79.39 | 52.81 | - |
| YUV | 216.94 | 104.33 | 94.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 249 | 175 | 0.32 | 0 | 0.30 | 0.02 | 123.8 | 0.87 | 0.82 |
| Hex | AA | F9 | AF | 20 | 0 | 1E | 2 | 7C | 57 | 52 |
| Octal | 252 | 371 | 257 | 40 | 0 | 36 | 2 | 174 | 127 | 122 |
| Binary | 10101010 | 11111001 | 10101111 | 100000 | 0 | 11110 | 10 | 1111100 | 1010111 | 1010010 |
Color Harmonies of #AAF9AF
Complementary color
Monochromatic Colors of #AAF9AF
Black with #AAF9AF
Text Example
Text Example
White with #AAF9AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF9AF; }
p { color: rgb(170,249,175); }
H1.HeaderClassName
{
color: #AAF9AF;
}
.AnyTagClassName
{
color: #AAF9AF;
}
</style>
background-color css
<style>
a { background-color: #AAF9AF; }
a { background-color: rgb(170,249,175); }
div.DivClassName
{
background-color: #AAF9AF;
}
.BgClassName
{
background-color: #AAF9AF;
}
</style>
border-color css
<style>
span { border-color: #AAF9AF; }
span { border-color: rgb(170,249,175); }
td.TdClassName
{
border-color: #AAF9AF;
}
.TagClassName
{
border-color: #AAF9AF;
}
</style>