Shades of Celadon #AADDB3
Tints of Celadon #AADDB3
RGB
CMYK
RGB Variations
Color information
#AADDB3 (or 0xAADDB3) is known color: Celadon. HEX triplet: AA, DD and B3. RGB value is (170,221,179). Sum of RGB (Red+Green+Blue) = 170+221+179=570 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.82% from 570); Green value is 221 (86.72% from 255 or 38.77% from 570); Blue value is 179 (70.31% from 255 or 31.40% from 570); Max value from RGB is 221 - color contains mainly: green. Hex color #AADDB3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AADDB3 is #55224C. Grayscale: #C9C9C9. Windows color (decimal): -5579341 or 11787690. OLE color: 11787690.
HSL color Cylindrical-coordinate representation of color #AADDB3: hue angle of 130.59º degrees, saturation: 0.43, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AADDB3 is Cyan = 0.23, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 221 | 179 | - |
| CMYK | 0.23 | 0 | 0.19 | 0.13 |
| HSL | 130.59º | 0.43% | 0.77% | - |
| HSV(B) | 130.59º | 0.23% | 0.87% | - |
| XYZ | 50.57 | 63.51 | 52.24 | - |
| YUV | 200.96 | 115.6 | 105.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 221 | 179 | 0.23 | 0 | 0.19 | 0.13 | 130.59 | 0.43 | 0.77 |
| Hex | AA | DD | B3 | 17 | 0 | 13 | D | 83 | 2B | 4D |
| Octal | 252 | 335 | 263 | 27 | 0 | 23 | 15 | 203 | 53 | 115 |
| Binary | 10101010 | 11011101 | 10110011 | 10111 | 0 | 10011 | 1101 | 10000011 | 101011 | 1001101 |
Color Harmonies of #AADDB3
Complementary color
Monochromatic Colors of #AADDB3
Black with #AADDB3
Text Example
Text Example
White with #AADDB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AADDB3; }
p { color: rgb(170,221,179); }
H1.HeaderClassName
{
color: #AADDB3;
}
.AnyTagClassName
{
color: #AADDB3;
}
</style>
background-color css
<style>
a { background-color: #AADDB3; }
a { background-color: rgb(170,221,179); }
div.DivClassName
{
background-color: #AADDB3;
}
.BgClassName
{
background-color: #AADDB3;
}
</style>
border-color css
<style>
span { border-color: #AADDB3; }
span { border-color: rgb(170,221,179); }
td.TdClassName
{
border-color: #AADDB3;
}
.TagClassName
{
border-color: #AADDB3;
}
</style>