Shades of Celadon #A6DBAB
Tints of Celadon #A6DBAB
RGB
CMYK
RGB Variations
Color information
#A6DBAB (or 0xA6DBAB) is known color: Celadon. HEX triplet: A6, DB and AB. RGB value is (166,219,171). Sum of RGB (Red+Green+Blue) = 166+219+171=556 (73% of max value = 765). Red value is 166 (65.23% from 255 or 29.86% from 556); Green value is 219 (85.94% from 255 or 39.39% from 556); Blue value is 171 (67.19% from 255 or 30.76% from 556); Max value from RGB is 219 - color contains mainly: green. Hex color #A6DBAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6DBAB is #592454. Grayscale: #C5C5C5. Windows color (decimal): -5842005 or 11262886. OLE color: 11262886.
HSL color Cylindrical-coordinate representation of color #A6DBAB: hue angle of 125.66º degrees, saturation: 0.42, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A6DBAB is Cyan = 0.24, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 166 | 219 | 171 | - |
| CMYK | 0.24 | 0 | 0.22 | 0.14 |
| HSL | 125.66º | 0.42% | 0.75% | - |
| HSV(B) | 125.66º | 0.24% | 0.86% | - |
| XYZ | 48.41 | 61.71 | 47.89 | - |
| YUV | 197.68 | 112.94 | 105.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 219 | 171 | 0.24 | 0 | 0.22 | 0.14 | 125.66 | 0.42 | 0.75 |
| Hex | A6 | DB | AB | 18 | 0 | 16 | E | 7E | 2A | 4B |
| Octal | 246 | 333 | 253 | 30 | 0 | 26 | 16 | 176 | 52 | 113 |
| Binary | 10100110 | 11011011 | 10101011 | 11000 | 0 | 10110 | 1110 | 1111110 | 101010 | 1001011 |
Color Harmonies of #A6DBAB
Complementary color
Monochromatic Colors of #A6DBAB
Black with #A6DBAB
Text Example
Text Example
White with #A6DBAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6DBAB; }
p { color: rgb(166,219,171); }
H1.HeaderClassName
{
color: #A6DBAB;
}
.AnyTagClassName
{
color: #A6DBAB;
}
</style>
background-color css
<style>
a { background-color: #A6DBAB; }
a { background-color: rgb(166,219,171); }
div.DivClassName
{
background-color: #A6DBAB;
}
.BgClassName
{
background-color: #A6DBAB;
}
</style>
border-color css
<style>
span { border-color: #A6DBAB; }
span { border-color: rgb(166,219,171); }
td.TdClassName
{
border-color: #A6DBAB;
}
.TagClassName
{
border-color: #A6DBAB;
}
</style>