Shades of Celadon #AAF1AF
Tints of Celadon #AAF1AF
RGB
CMYK
RGB Variations
Color information
#AAF1AF (or 0xAAF1AF) is known color: Celadon. HEX triplet: AA, F1 and AF. RGB value is (170,241,175). Sum of RGB (Red+Green+Blue) = 170+241+175=586 (77% of max value = 765). Red value is 170 (66.80% from 255 or 29.01% from 586); Green value is 241 (94.53% from 255 or 41.13% from 586); Blue value is 175 (68.75% from 255 or 29.86% from 586); Max value from RGB is 241 - color contains mainly: green. Hex color #AAF1AF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAF1AF is #550E50. Grayscale: #D4D4D4. Windows color (decimal): -5574225 or 11530666. OLE color: 11530666.
HSL color Cylindrical-coordinate representation of color #AAF1AF: hue angle of 124.23º degrees, saturation: 0.72, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AAF1AF is Cyan = 0.29, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 170 | 241 | 175 | - |
| CMYK | 0.29 | 0 | 0.27 | 0.05 |
| HSL | 124.23º | 0.72% | 0.81% | - |
| HSV(B) | 124.23º | 0.29% | 0.95% | - |
| XYZ | 55.77 | 74.55 | 52.01 | - |
| YUV | 212.25 | 106.98 | 97.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 241 | 175 | 0.29 | 0 | 0.27 | 0.05 | 124.23 | 0.72 | 0.81 |
| Hex | AA | F1 | AF | 1D | 0 | 1B | 5 | 7C | 48 | 51 |
| Octal | 252 | 361 | 257 | 35 | 0 | 33 | 5 | 174 | 110 | 121 |
| Binary | 10101010 | 11110001 | 10101111 | 11101 | 0 | 11011 | 101 | 1111100 | 1001000 | 1010001 |
Color Harmonies of #AAF1AF
Complementary color
Monochromatic Colors of #AAF1AF
Black with #AAF1AF
Text Example
Text Example
White with #AAF1AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF1AF; }
p { color: rgb(170,241,175); }
H1.HeaderClassName
{
color: #AAF1AF;
}
.AnyTagClassName
{
color: #AAF1AF;
}
</style>
background-color css
<style>
a { background-color: #AAF1AF; }
a { background-color: rgb(170,241,175); }
div.DivClassName
{
background-color: #AAF1AF;
}
.BgClassName
{
background-color: #AAF1AF;
}
</style>
border-color css
<style>
span { border-color: #AAF1AF; }
span { border-color: rgb(170,241,175); }
td.TdClassName
{
border-color: #AAF1AF;
}
.TagClassName
{
border-color: #AAF1AF;
}
</style>