Shades of Celadon #AAF3AF
Tints of Celadon #AAF3AF
RGB
CMYK
RGB Variations
Color information
#AAF3AF (or 0xAAF3AF) is known color: Celadon. HEX triplet: AA, F3 and AF. RGB value is (170,243,175). Sum of RGB (Red+Green+Blue) = 170+243+175=588 (77% of max value = 765). Red value is 170 (66.80% from 255 or 28.91% from 588); Green value is 243 (95.31% from 255 or 41.33% from 588); Blue value is 175 (68.75% from 255 or 29.76% from 588); Max value from RGB is 243 - color contains mainly: green. Hex color #AAF3AF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAF3AF is #550C50. Grayscale: #D5D5D5. Windows color (decimal): -5573713 or 11531178. OLE color: 11531178.
HSL color Cylindrical-coordinate representation of color #AAF3AF: hue angle of 124.11º degrees, saturation: 0.75, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AAF3AF is Cyan = 0.30, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 170 | 243 | 175 | - |
| CMYK | 0.30 | 0 | 0.28 | 0.05 |
| HSL | 124.11º | 0.75% | 0.81% | - |
| HSV(B) | 124.11º | 0.3% | 0.95% | - |
| XYZ | 56.37 | 75.74 | 52.21 | - |
| YUV | 213.42 | 106.32 | 97.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 243 | 175 | 0.30 | 0 | 0.28 | 0.05 | 124.11 | 0.75 | 0.81 |
| Hex | AA | F3 | AF | 1E | 0 | 1C | 5 | 7C | 4B | 51 |
| Octal | 252 | 363 | 257 | 36 | 0 | 34 | 5 | 174 | 113 | 121 |
| Binary | 10101010 | 11110011 | 10101111 | 11110 | 0 | 11100 | 101 | 1111100 | 1001011 | 1010001 |
Color Harmonies of #AAF3AF
Complementary color
Monochromatic Colors of #AAF3AF
Black with #AAF3AF
Text Example
Text Example
White with #AAF3AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF3AF; }
p { color: rgb(170,243,175); }
H1.HeaderClassName
{
color: #AAF3AF;
}
.AnyTagClassName
{
color: #AAF3AF;
}
</style>
background-color css
<style>
a { background-color: #AAF3AF; }
a { background-color: rgb(170,243,175); }
div.DivClassName
{
background-color: #AAF3AF;
}
.BgClassName
{
background-color: #AAF3AF;
}
</style>
border-color css
<style>
span { border-color: #AAF3AF; }
span { border-color: rgb(170,243,175); }
td.TdClassName
{
border-color: #AAF3AF;
}
.TagClassName
{
border-color: #AAF3AF;
}
</style>