Shades of Celadon #AAF1B5
Tints of Celadon #AAF1B5
RGB
CMYK
RGB Variations
Color information
#AAF1B5 (or 0xAAF1B5) is known color: Celadon. HEX triplet: AA, F1 and B5. RGB value is (170,241,181). Sum of RGB (Red+Green+Blue) = 170+241+181=592 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.72% from 592); Green value is 241 (94.53% from 255 or 40.71% from 592); Blue value is 181 (71.09% from 255 or 30.57% from 592); Max value from RGB is 241 - color contains mainly: green. Hex color #AAF1B5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAF1B5 is #550E4A. Grayscale: #D5D5D5. Windows color (decimal): -5574219 or 11923882. OLE color: 11923882.
HSL color Cylindrical-coordinate representation of color #AAF1B5: hue angle of 129.3º 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 #AAF1B5 is Cyan = 0.29, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 170 | 241 | 181 | - |
| CMYK | 0.29 | 0 | 0.25 | 0.05 |
| HSL | 129.3º | 0.72% | 0.81% | - |
| HSV(B) | 129.3º | 0.29% | 0.95% | - |
| XYZ | 56.37 | 74.79 | 55.18 | - |
| YUV | 212.93 | 109.98 | 97.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 241 | 181 | 0.29 | 0 | 0.25 | 0.05 | 129.3 | 0.72 | 0.81 |
| Hex | AA | F1 | B5 | 1D | 0 | 19 | 5 | 81 | 48 | 51 |
| Octal | 252 | 361 | 265 | 35 | 0 | 31 | 5 | 201 | 110 | 121 |
| Binary | 10101010 | 11110001 | 10110101 | 11101 | 0 | 11001 | 101 | 10000001 | 1001000 | 1010001 |
Color Harmonies of #AAF1B5
Complementary color
Monochromatic Colors of #AAF1B5
Black with #AAF1B5
Text Example
Text Example
White with #AAF1B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF1B5; }
p { color: rgb(170,241,181); }
H1.HeaderClassName
{
color: #AAF1B5;
}
.AnyTagClassName
{
color: #AAF1B5;
}
</style>
background-color css
<style>
a { background-color: #AAF1B5; }
a { background-color: rgb(170,241,181); }
div.DivClassName
{
background-color: #AAF1B5;
}
.BgClassName
{
background-color: #AAF1B5;
}
</style>
border-color css
<style>
span { border-color: #AAF1B5; }
span { border-color: rgb(170,241,181); }
td.TdClassName
{
border-color: #AAF1B5;
}
.TagClassName
{
border-color: #AAF1B5;
}
</style>