Shades of Celadon #A6DDAB
Tints of Celadon #A6DDAB
RGB
CMYK
RGB Variations
Color information
#A6DDAB (or 0xA6DDAB) is known color: Celadon. HEX triplet: A6, DD and AB. RGB value is (166,221,171). Sum of RGB (Red+Green+Blue) = 166+221+171=558 (73% of max value = 765). Red value is 166 (65.23% from 255 or 29.75% from 558); Green value is 221 (86.72% from 255 or 39.61% from 558); Blue value is 171 (67.19% from 255 or 30.65% from 558); Max value from RGB is 221 - color contains mainly: green. Hex color #A6DDAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6DDAB is #592254. Grayscale: #C7C7C7. Windows color (decimal): -5841493 or 11263398. OLE color: 11263398.
HSL color Cylindrical-coordinate representation of color #A6DDAB: hue angle of 125.45º degrees, saturation: 0.45, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A6DDAB is Cyan = 0.25, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 166 | 221 | 171 | - |
| CMYK | 0.25 | 0 | 0.23 | 0.13 |
| HSL | 125.45º | 0.45% | 0.76% | - |
| HSV(B) | 125.45º | 0.25% | 0.87% | - |
| XYZ | 48.93 | 62.76 | 48.06 | - |
| YUV | 198.86 | 112.28 | 104.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 221 | 171 | 0.25 | 0 | 0.23 | 0.13 | 125.45 | 0.45 | 0.76 |
| Hex | A6 | DD | AB | 19 | 0 | 17 | D | 7D | 2D | 4C |
| Octal | 246 | 335 | 253 | 31 | 0 | 27 | 15 | 175 | 55 | 114 |
| Binary | 10100110 | 11011101 | 10101011 | 11001 | 0 | 10111 | 1101 | 1111101 | 101101 | 1001100 |
Color Harmonies of #A6DDAB
Complementary color
Monochromatic Colors of #A6DDAB
Black with #A6DDAB
Text Example
Text Example
White with #A6DDAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6DDAB; }
p { color: rgb(166,221,171); }
H1.HeaderClassName
{
color: #A6DDAB;
}
.AnyTagClassName
{
color: #A6DDAB;
}
</style>
background-color css
<style>
a { background-color: #A6DDAB; }
a { background-color: rgb(166,221,171); }
div.DivClassName
{
background-color: #A6DDAB;
}
.BgClassName
{
background-color: #A6DDAB;
}
</style>
border-color css
<style>
span { border-color: #A6DDAB; }
span { border-color: rgb(166,221,171); }
td.TdClassName
{
border-color: #A6DDAB;
}
.TagClassName
{
border-color: #A6DDAB;
}
</style>