Shades of Celadon #AAF1B2
Tints of Celadon #AAF1B2
RGB
CMYK
RGB Variations
Color information
#AAF1B2 (or 0xAAF1B2) is known color: Celadon. HEX triplet: AA, F1 and B2. RGB value is (170,241,178). Sum of RGB (Red+Green+Blue) = 170+241+178=589 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.86% from 589); Green value is 241 (94.53% from 255 or 40.92% from 589); Blue value is 178 (69.92% from 255 or 30.22% from 589); Max value from RGB is 241 - color contains mainly: green. Hex color #AAF1B2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAF1B2 is #550E4D. Grayscale: #D4D4D4. Windows color (decimal): -5574222 or 11727274. OLE color: 11727274.
HSL color Cylindrical-coordinate representation of color #AAF1B2: hue angle of 126.76º 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 #AAF1B2 is Cyan = 0.29, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 170 | 241 | 178 | - |
| CMYK | 0.29 | 0 | 0.26 | 0.05 |
| HSL | 126.76º | 0.72% | 0.81% | - |
| HSV(B) | 126.76º | 0.29% | 0.95% | - |
| XYZ | 56.07 | 74.67 | 53.58 | - |
| YUV | 212.59 | 108.48 | 97.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 241 | 178 | 0.29 | 0 | 0.26 | 0.05 | 126.76 | 0.72 | 0.81 |
| Hex | AA | F1 | B2 | 1D | 0 | 1A | 5 | 7F | 48 | 51 |
| Octal | 252 | 361 | 262 | 35 | 0 | 32 | 5 | 177 | 110 | 121 |
| Binary | 10101010 | 11110001 | 10110010 | 11101 | 0 | 11010 | 101 | 1111111 | 1001000 | 1010001 |
Color Harmonies of #AAF1B2
Complementary color
Monochromatic Colors of #AAF1B2
Black with #AAF1B2
Text Example
Text Example
White with #AAF1B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF1B2; }
p { color: rgb(170,241,178); }
H1.HeaderClassName
{
color: #AAF1B2;
}
.AnyTagClassName
{
color: #AAF1B2;
}
</style>
background-color css
<style>
a { background-color: #AAF1B2; }
a { background-color: rgb(170,241,178); }
div.DivClassName
{
background-color: #AAF1B2;
}
.BgClassName
{
background-color: #AAF1B2;
}
</style>
border-color css
<style>
span { border-color: #AAF1B2; }
span { border-color: rgb(170,241,178); }
td.TdClassName
{
border-color: #AAF1B2;
}
.TagClassName
{
border-color: #AAF1B2;
}
</style>