Shades of Celadon #A6DCAB
Tints of Celadon #A6DCAB
RGB
CMYK
RGB Variations
Color information
#A6DCAB (or 0xA6DCAB) is known color: Celadon. HEX triplet: A6, DC and AB. RGB value is (166,220,171). Sum of RGB (Red+Green+Blue) = 166+220+171=557 (73% of max value = 765). Red value is 166 (65.23% from 255 or 29.80% from 557); Green value is 220 (86.33% from 255 or 39.50% from 557); Blue value is 171 (67.19% from 255 or 30.70% from 557); Max value from RGB is 220 - color contains mainly: green. Hex color #A6DCAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6DCAB is #592354. Grayscale: #C6C6C6. Windows color (decimal): -5841749 or 11263142. OLE color: 11263142.
HSL color Cylindrical-coordinate representation of color #A6DCAB: hue angle of 125.56º 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 #A6DCAB is Cyan = 0.25, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 166 | 220 | 171 | - |
| CMYK | 0.25 | 0 | 0.22 | 0.14 |
| HSL | 125.56º | 0.44% | 0.76% | - |
| HSV(B) | 125.56º | 0.25% | 0.86% | - |
| XYZ | 48.67 | 62.23 | 47.98 | - |
| YUV | 198.27 | 112.61 | 104.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 220 | 171 | 0.25 | 0 | 0.22 | 0.14 | 125.56 | 0.44 | 0.76 |
| Hex | A6 | DC | AB | 19 | 0 | 16 | E | 7E | 2C | 4C |
| Octal | 246 | 334 | 253 | 31 | 0 | 26 | 16 | 176 | 54 | 114 |
| Binary | 10100110 | 11011100 | 10101011 | 11001 | 0 | 10110 | 1110 | 1111110 | 101100 | 1001100 |
Color Harmonies of #A6DCAB
Complementary color
Monochromatic Colors of #A6DCAB
Black with #A6DCAB
Text Example
Text Example
White with #A6DCAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6DCAB; }
p { color: rgb(166,220,171); }
H1.HeaderClassName
{
color: #A6DCAB;
}
.AnyTagClassName
{
color: #A6DCAB;
}
</style>
background-color css
<style>
a { background-color: #A6DCAB; }
a { background-color: rgb(166,220,171); }
div.DivClassName
{
background-color: #A6DCAB;
}
.BgClassName
{
background-color: #A6DCAB;
}
</style>
border-color css
<style>
span { border-color: #A6DCAB; }
span { border-color: rgb(166,220,171); }
td.TdClassName
{
border-color: #A6DCAB;
}
.TagClassName
{
border-color: #A6DCAB;
}
</style>