Shades of Celadon #AAF1B0
Tints of Celadon #AAF1B0
RGB
CMYK
RGB Variations
Color information
#AAF1B0 (or 0xAAF1B0) is known color: Celadon. HEX triplet: AA, F1 and B0. RGB value is (170,241,176). Sum of RGB (Red+Green+Blue) = 170+241+176=587 (77% of max value = 765). Red value is 170 (66.80% from 255 or 28.96% from 587); Green value is 241 (94.53% from 255 or 41.06% from 587); Blue value is 176 (69.14% from 255 or 29.98% from 587); Max value from RGB is 241 - color contains mainly: green. Hex color #AAF1B0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAF1B0 is #550E4F. Grayscale: #D4D4D4. Windows color (decimal): -5574224 or 11596202. OLE color: 11596202.
HSL color Cylindrical-coordinate representation of color #AAF1B0: hue angle of 125.07º 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 #AAF1B0 is Cyan = 0.29, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 170 | 241 | 176 | - |
| CMYK | 0.29 | 0 | 0.27 | 0.05 |
| HSL | 125.07º | 0.72% | 0.81% | - |
| HSV(B) | 125.07º | 0.29% | 0.95% | - |
| XYZ | 55.87 | 74.59 | 52.53 | - |
| YUV | 212.36 | 107.48 | 97.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 241 | 176 | 0.29 | 0 | 0.27 | 0.05 | 125.07 | 0.72 | 0.81 |
| Hex | AA | F1 | B0 | 1D | 0 | 1B | 5 | 7D | 48 | 51 |
| Octal | 252 | 361 | 260 | 35 | 0 | 33 | 5 | 175 | 110 | 121 |
| Binary | 10101010 | 11110001 | 10110000 | 11101 | 0 | 11011 | 101 | 1111101 | 1001000 | 1010001 |
Color Harmonies of #AAF1B0
Complementary color
Monochromatic Colors of #AAF1B0
Black with #AAF1B0
Text Example
Text Example
White with #AAF1B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF1B0; }
p { color: rgb(170,241,176); }
H1.HeaderClassName
{
color: #AAF1B0;
}
.AnyTagClassName
{
color: #AAF1B0;
}
</style>
background-color css
<style>
a { background-color: #AAF1B0; }
a { background-color: rgb(170,241,176); }
div.DivClassName
{
background-color: #AAF1B0;
}
.BgClassName
{
background-color: #AAF1B0;
}
</style>
border-color css
<style>
span { border-color: #AAF1B0; }
span { border-color: rgb(170,241,176); }
td.TdClassName
{
border-color: #AAF1B0;
}
.TagClassName
{
border-color: #AAF1B0;
}
</style>