Shades of Celadon #AADBB2
Tints of Celadon #AADBB2
RGB
CMYK
RGB Variations
Color information
#AADBB2 (or 0xAADBB2) is known color: Celadon. HEX triplet: AA, DB and B2. RGB value is (170,219,178). Sum of RGB (Red+Green+Blue) = 170+219+178=567 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.98% from 567); Green value is 219 (85.94% from 255 or 38.62% from 567); Blue value is 178 (69.92% from 255 or 31.39% from 567); Max value from RGB is 219 - color contains mainly: green. Hex color #AADBB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AADBB2 is #55244D. Grayscale: #C7C7C7. Windows color (decimal): -5579854 or 11721642. OLE color: 11721642.
HSL color Cylindrical-coordinate representation of color #AADBB2: hue angle of 129.8º degrees, saturation: 0.4, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AADBB2 is Cyan = 0.22, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 170 | 219 | 178 | - |
| CMYK | 0.22 | 0 | 0.19 | 0.14 |
| HSL | 129.8º | 0.4% | 0.76% | - |
| HSV(B) | 129.8º | 0.22% | 0.86% | - |
| XYZ | 49.94 | 62.42 | 51.54 | - |
| YUV | 199.68 | 115.77 | 106.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 219 | 178 | 0.22 | 0 | 0.19 | 0.14 | 129.8 | 0.4 | 0.76 |
| Hex | AA | DB | B2 | 16 | 0 | 13 | E | 82 | 28 | 4C |
| Octal | 252 | 333 | 262 | 26 | 0 | 23 | 16 | 202 | 50 | 114 |
| Binary | 10101010 | 11011011 | 10110010 | 10110 | 0 | 10011 | 1110 | 10000010 | 101000 | 1001100 |
Color Harmonies of #AADBB2
Complementary color
Monochromatic Colors of #AADBB2
Black with #AADBB2
Text Example
Text Example
White with #AADBB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AADBB2; }
p { color: rgb(170,219,178); }
H1.HeaderClassName
{
color: #AADBB2;
}
.AnyTagClassName
{
color: #AADBB2;
}
</style>
background-color css
<style>
a { background-color: #AADBB2; }
a { background-color: rgb(170,219,178); }
div.DivClassName
{
background-color: #AADBB2;
}
.BgClassName
{
background-color: #AADBB2;
}
</style>
border-color css
<style>
span { border-color: #AADBB2; }
span { border-color: rgb(170,219,178); }
td.TdClassName
{
border-color: #AADBB2;
}
.TagClassName
{
border-color: #AADBB2;
}
</style>