Shades of Celadon #AAFAB4
Tints of Celadon #AAFAB4
RGB
CMYK
RGB Variations
Color information
#AAFAB4 (or 0xAAFAB4) is known color: Celadon. HEX triplet: AA, FA and B4. RGB value is (170,250,180). Sum of RGB (Red+Green+Blue) = 170+250+180=600 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.33% from 600); Green value is 250 (98.05% from 255 or 41.67% from 600); Blue value is 180 (70.70% from 255 or 30% from 600); Max value from RGB is 250 - color contains mainly: green. Hex color #AAFAB4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAFAB4 is #55054B. Grayscale: #DADADA. Windows color (decimal): -5571916 or 11860650. OLE color: 11860650.
HSL color Cylindrical-coordinate representation of color #AAFAB4: hue angle of 127.5º degrees, saturation: 0.89, 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 #AAFAB4 is Cyan = 0.32, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 170 | 250 | 180 | - |
| CMYK | 0.32 | 0 | 0.28 | 0.02 |
| HSL | 127.5º | 0.89% | 0.82% | - |
| HSV(B) | 127.5º | 0.32% | 0.98% | - |
| XYZ | 59 | 80.21 | 55.55 | - |
| YUV | 218.1 | 106.5 | 93.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 250 | 180 | 0.32 | 0 | 0.28 | 0.02 | 127.5 | 0.89 | 0.82 |
| Hex | AA | FA | B4 | 20 | 0 | 1C | 2 | 80 | 59 | 52 |
| Octal | 252 | 372 | 264 | 40 | 0 | 34 | 2 | 200 | 131 | 122 |
| Binary | 10101010 | 11111010 | 10110100 | 100000 | 0 | 11100 | 10 | 10000000 | 1011001 | 1010010 |
Color Harmonies of #AAFAB4
Complementary color
Monochromatic Colors of #AAFAB4
Black with #AAFAB4
Text Example
Text Example
White with #AAFAB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAFAB4; }
p { color: rgb(170,250,180); }
H1.HeaderClassName
{
color: #AAFAB4;
}
.AnyTagClassName
{
color: #AAFAB4;
}
</style>
background-color css
<style>
a { background-color: #AAFAB4; }
a { background-color: rgb(170,250,180); }
div.DivClassName
{
background-color: #AAFAB4;
}
.BgClassName
{
background-color: #AAFAB4;
}
</style>
border-color css
<style>
span { border-color: #AAFAB4; }
span { border-color: rgb(170,250,180); }
td.TdClassName
{
border-color: #AAFAB4;
}
.TagClassName
{
border-color: #AAFAB4;
}
</style>