Shades of Celadon #AADCB1
Tints of Celadon #AADCB1
RGB
CMYK
RGB Variations
Color information
#AADCB1 (or 0xAADCB1) is known color: Celadon. HEX triplet: AA, DC and B1. RGB value is (170,220,177). Sum of RGB (Red+Green+Blue) = 170+220+177=567 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.98% from 567); Green value is 220 (86.33% from 255 or 38.80% from 567); Blue value is 177 (69.53% from 255 or 31.22% from 567); Max value from RGB is 220 - color contains mainly: green. Hex color #AADCB1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AADCB1 is #55234E. Grayscale: #C8C8C8. Windows color (decimal): -5579599 or 11656362. OLE color: 11656362.
HSL color Cylindrical-coordinate representation of color #AADCB1: hue angle of 128.4º degrees, saturation: 0.42, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AADCB1 is Cyan = 0.23, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 170 | 220 | 177 | - |
| CMYK | 0.23 | 0 | 0.20 | 0.14 |
| HSL | 128.4º | 0.42% | 0.76% | - |
| HSV(B) | 128.4º | 0.23% | 0.86% | - |
| XYZ | 50.11 | 62.91 | 51.1 | - |
| YUV | 200.15 | 114.94 | 106.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 220 | 177 | 0.23 | 0 | 0.20 | 0.14 | 128.4 | 0.42 | 0.76 |
| Hex | AA | DC | B1 | 17 | 0 | 14 | E | 80 | 2A | 4C |
| Octal | 252 | 334 | 261 | 27 | 0 | 24 | 16 | 200 | 52 | 114 |
| Binary | 10101010 | 11011100 | 10110001 | 10111 | 0 | 10100 | 1110 | 10000000 | 101010 | 1001100 |
Color Harmonies of #AADCB1
Complementary color
Monochromatic Colors of #AADCB1
Black with #AADCB1
Text Example
Text Example
White with #AADCB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AADCB1; }
p { color: rgb(170,220,177); }
H1.HeaderClassName
{
color: #AADCB1;
}
.AnyTagClassName
{
color: #AADCB1;
}
</style>
background-color css
<style>
a { background-color: #AADCB1; }
a { background-color: rgb(170,220,177); }
div.DivClassName
{
background-color: #AADCB1;
}
.BgClassName
{
background-color: #AADCB1;
}
</style>
border-color css
<style>
span { border-color: #AADCB1; }
span { border-color: rgb(170,220,177); }
td.TdClassName
{
border-color: #AADCB1;
}
.TagClassName
{
border-color: #AADCB1;
}
</style>