Shades of Celadon #A6DCAD
Tints of Celadon #A6DCAD
RGB
CMYK
RGB Variations
Color information
#A6DCAD (or 0xA6DCAD) is known color: Celadon. HEX triplet: A6, DC and AD. RGB value is (166,220,173). Sum of RGB (Red+Green+Blue) = 166+220+173=559 (74% of max value = 765). Red value is 166 (65.23% from 255 or 29.70% from 559); Green value is 220 (86.33% from 255 or 39.36% from 559); Blue value is 173 (67.97% from 255 or 30.95% from 559); Max value from RGB is 220 - color contains mainly: green. Hex color #A6DCAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6DCAD is #592352. Grayscale: #C6C6C6. Windows color (decimal): -5841747 or 11394214. OLE color: 11394214.
HSL color Cylindrical-coordinate representation of color #A6DCAD: hue angle of 127.78º degrees, saturation: 0.44, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A6DCAD is Cyan = 0.25, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 166 | 220 | 173 | - |
| CMYK | 0.25 | 0 | 0.21 | 0.14 |
| HSL | 127.78º | 0.44% | 0.76% | - |
| HSV(B) | 127.78º | 0.25% | 0.86% | - |
| XYZ | 48.86 | 62.31 | 48.99 | - |
| YUV | 198.5 | 113.61 | 104.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 220 | 173 | 0.25 | 0 | 0.21 | 0.14 | 127.78 | 0.44 | 0.76 |
| Hex | A6 | DC | AD | 19 | 0 | 15 | E | 80 | 2C | 4C |
| Octal | 246 | 334 | 255 | 31 | 0 | 25 | 16 | 200 | 54 | 114 |
| Binary | 10100110 | 11011100 | 10101101 | 11001 | 0 | 10101 | 1110 | 10000000 | 101100 | 1001100 |
Color Harmonies of #A6DCAD
Complementary color
Monochromatic Colors of #A6DCAD
Black with #A6DCAD
Text Example
Text Example
White with #A6DCAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6DCAD; }
p { color: rgb(166,220,173); }
H1.HeaderClassName
{
color: #A6DCAD;
}
.AnyTagClassName
{
color: #A6DCAD;
}
</style>
background-color css
<style>
a { background-color: #A6DCAD; }
a { background-color: rgb(166,220,173); }
div.DivClassName
{
background-color: #A6DCAD;
}
.BgClassName
{
background-color: #A6DCAD;
}
</style>
border-color css
<style>
span { border-color: #A6DCAD; }
span { border-color: rgb(166,220,173); }
td.TdClassName
{
border-color: #A6DCAD;
}
.TagClassName
{
border-color: #A6DCAD;
}
</style>