Shades of Celadon #AAD9B1
Tints of Celadon #AAD9B1
RGB
CMYK
RGB Variations
Color information
#AAD9B1 (or 0xAAD9B1) is known color: Celadon. HEX triplet: AA, D9 and B1. RGB value is (170,217,177). Sum of RGB (Red+Green+Blue) = 170+217+177=564 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.14% from 564); Green value is 217 (85.16% from 255 or 38.48% from 564); Blue value is 177 (69.53% from 255 or 31.38% from 564); Max value from RGB is 217 - color contains mainly: green. Hex color #AAD9B1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAD9B1 is #55264E. Grayscale: #C6C6C6. Windows color (decimal): -5580367 or 11655594. OLE color: 11655594.
HSL color Cylindrical-coordinate representation of color #AAD9B1: hue angle of 128.94º degrees, saturation: 0.38, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AAD9B1 is Cyan = 0.22, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 170 | 217 | 177 | - |
| CMYK | 0.22 | 0 | 0.18 | 0.15 |
| HSL | 128.94º | 0.38% | 0.76% | - |
| HSV(B) | 128.94º | 0.22% | 0.85% | - |
| XYZ | 49.33 | 61.35 | 50.84 | - |
| YUV | 198.39 | 115.93 | 107.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 217 | 177 | 0.22 | 0 | 0.18 | 0.15 | 128.94 | 0.38 | 0.76 |
| Hex | AA | D9 | B1 | 16 | 0 | 12 | F | 81 | 26 | 4C |
| Octal | 252 | 331 | 261 | 26 | 0 | 22 | 17 | 201 | 46 | 114 |
| Binary | 10101010 | 11011001 | 10110001 | 10110 | 0 | 10010 | 1111 | 10000001 | 100110 | 1001100 |
Color Harmonies of #AAD9B1
Complementary color
Monochromatic Colors of #AAD9B1
Black with #AAD9B1
Text Example
Text Example
White with #AAD9B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD9B1; }
p { color: rgb(170,217,177); }
H1.HeaderClassName
{
color: #AAD9B1;
}
.AnyTagClassName
{
color: #AAD9B1;
}
</style>
background-color css
<style>
a { background-color: #AAD9B1; }
a { background-color: rgb(170,217,177); }
div.DivClassName
{
background-color: #AAD9B1;
}
.BgClassName
{
background-color: #AAD9B1;
}
</style>
border-color css
<style>
span { border-color: #AAD9B1; }
span { border-color: rgb(170,217,177); }
td.TdClassName
{
border-color: #AAD9B1;
}
.TagClassName
{
border-color: #AAD9B1;
}
</style>