Shades of Celadon #AADAB2
Tints of Celadon #AADAB2
RGB
CMYK
RGB Variations
Color information
#AADAB2 (or 0xAADAB2) is known color: Celadon. HEX triplet: AA, DA and B2. RGB value is (170,218,178). Sum of RGB (Red+Green+Blue) = 170+218+178=566 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.04% from 566); Green value is 218 (85.55% from 255 or 38.52% from 566); Blue value is 178 (69.92% from 255 or 31.45% from 566); Max value from RGB is 218 - color contains mainly: green. Hex color #AADAB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AADAB2 is #55254D. Grayscale: #C7C7C7. Windows color (decimal): -5580110 or 11721386. OLE color: 11721386.
HSL color Cylindrical-coordinate representation of color #AADAB2: hue angle of 130º degrees, saturation: 0.39, 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 #AADAB2 is Cyan = 0.22, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 170 | 218 | 178 | - |
| CMYK | 0.22 | 0 | 0.18 | 0.15 |
| HSL | 130º | 0.39% | 0.76% | - |
| HSV(B) | 130º | 0.22% | 0.85% | - |
| XYZ | 49.68 | 61.9 | 51.45 | - |
| YUV | 199.09 | 116.1 | 107.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 218 | 178 | 0.22 | 0 | 0.18 | 0.15 | 130 | 0.39 | 0.76 |
| Hex | AA | DA | B2 | 16 | 0 | 12 | F | 82 | 27 | 4C |
| Octal | 252 | 332 | 262 | 26 | 0 | 22 | 17 | 202 | 47 | 114 |
| Binary | 10101010 | 11011010 | 10110010 | 10110 | 0 | 10010 | 1111 | 10000010 | 100111 | 1001100 |
Color Harmonies of #AADAB2
Complementary color
Monochromatic Colors of #AADAB2
Black with #AADAB2
Text Example
Text Example
White with #AADAB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AADAB2; }
p { color: rgb(170,218,178); }
H1.HeaderClassName
{
color: #AADAB2;
}
.AnyTagClassName
{
color: #AADAB2;
}
</style>
background-color css
<style>
a { background-color: #AADAB2; }
a { background-color: rgb(170,218,178); }
div.DivClassName
{
background-color: #AADAB2;
}
.BgClassName
{
background-color: #AADAB2;
}
</style>
border-color css
<style>
span { border-color: #AADAB2; }
span { border-color: rgb(170,218,178); }
td.TdClassName
{
border-color: #AADAB2;
}
.TagClassName
{
border-color: #AADAB2;
}
</style>