Shades of Celadon #A6DCAF
Tints of Celadon #A6DCAF
RGB
CMYK
RGB Variations
Color information
#A6DCAF (or 0xA6DCAF) is known color: Celadon. HEX triplet: A6, DC and AF. RGB value is (166,220,175). Sum of RGB (Red+Green+Blue) = 166+220+175=561 (74% of max value = 765). Red value is 166 (65.23% from 255 or 29.59% from 561); Green value is 220 (86.33% from 255 or 39.22% from 561); Blue value is 175 (68.75% from 255 or 31.19% from 561); Max value from RGB is 220 - color contains mainly: green. Hex color #A6DCAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6DCAF is #592350. Grayscale: #C6C6C6. Windows color (decimal): -5841745 or 11525286. OLE color: 11525286.
HSL color Cylindrical-coordinate representation of color #A6DCAF: hue angle of 130º 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 #A6DCAF is Cyan = 0.25, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 166 | 220 | 175 | - |
| CMYK | 0.25 | 0 | 0.20 | 0.14 |
| HSL | 130º | 0.44% | 0.76% | - |
| HSV(B) | 130º | 0.25% | 0.86% | - |
| XYZ | 49.06 | 62.39 | 50.01 | - |
| YUV | 198.72 | 114.61 | 104.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 220 | 175 | 0.25 | 0 | 0.20 | 0.14 | 130 | 0.44 | 0.76 |
| Hex | A6 | DC | AF | 19 | 0 | 14 | E | 82 | 2C | 4C |
| Octal | 246 | 334 | 257 | 31 | 0 | 24 | 16 | 202 | 54 | 114 |
| Binary | 10100110 | 11011100 | 10101111 | 11001 | 0 | 10100 | 1110 | 10000010 | 101100 | 1001100 |
Color Harmonies of #A6DCAF
Complementary color
Monochromatic Colors of #A6DCAF
Black with #A6DCAF
Text Example
Text Example
White with #A6DCAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6DCAF; }
p { color: rgb(166,220,175); }
H1.HeaderClassName
{
color: #A6DCAF;
}
.AnyTagClassName
{
color: #A6DCAF;
}
</style>
background-color css
<style>
a { background-color: #A6DCAF; }
a { background-color: rgb(166,220,175); }
div.DivClassName
{
background-color: #A6DCAF;
}
.BgClassName
{
background-color: #A6DCAF;
}
</style>
border-color css
<style>
span { border-color: #A6DCAF; }
span { border-color: rgb(166,220,175); }
td.TdClassName
{
border-color: #A6DCAF;
}
.TagClassName
{
border-color: #A6DCAF;
}
</style>