Shades of Celadon #AADCB3
Tints of Celadon #AADCB3
RGB
CMYK
RGB Variations
Color information
#AADCB3 (or 0xAADCB3) is known color: Celadon. HEX triplet: AA, DC and B3. RGB value is (170,220,179). Sum of RGB (Red+Green+Blue) = 170+220+179=569 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.88% from 569); Green value is 220 (86.33% from 255 or 38.66% from 569); Blue value is 179 (70.31% from 255 or 31.46% from 569); Max value from RGB is 220 - color contains mainly: green. Hex color #AADCB3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AADCB3 is #55234C. Grayscale: #C8C8C8. Windows color (decimal): -5579597 or 11787434. OLE color: 11787434.
HSL color Cylindrical-coordinate representation of color #AADCB3: hue angle of 130.8º 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 #AADCB3 is Cyan = 0.23, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 170 | 220 | 179 | - |
| CMYK | 0.23 | 0 | 0.19 | 0.14 |
| HSL | 130.8º | 0.42% | 0.76% | - |
| HSV(B) | 130.8º | 0.23% | 0.86% | - |
| XYZ | 50.31 | 62.99 | 52.15 | - |
| YUV | 200.38 | 115.94 | 106.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 220 | 179 | 0.23 | 0 | 0.19 | 0.14 | 130.8 | 0.42 | 0.76 |
| Hex | AA | DC | B3 | 17 | 0 | 13 | E | 83 | 2A | 4C |
| Octal | 252 | 334 | 263 | 27 | 0 | 23 | 16 | 203 | 52 | 114 |
| Binary | 10101010 | 11011100 | 10110011 | 10111 | 0 | 10011 | 1110 | 10000011 | 101010 | 1001100 |
Color Harmonies of #AADCB3
Complementary color
Monochromatic Colors of #AADCB3
Black with #AADCB3
Text Example
Text Example
White with #AADCB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AADCB3; }
p { color: rgb(170,220,179); }
H1.HeaderClassName
{
color: #AADCB3;
}
.AnyTagClassName
{
color: #AADCB3;
}
</style>
background-color css
<style>
a { background-color: #AADCB3; }
a { background-color: rgb(170,220,179); }
div.DivClassName
{
background-color: #AADCB3;
}
.BgClassName
{
background-color: #AADCB3;
}
</style>
border-color css
<style>
span { border-color: #AADCB3; }
span { border-color: rgb(170,220,179); }
td.TdClassName
{
border-color: #AADCB3;
}
.TagClassName
{
border-color: #AADCB3;
}
</style>