Shades of Celadon #A6DBAD
Tints of Celadon #A6DBAD
RGB
CMYK
RGB Variations
Color information
#A6DBAD (or 0xA6DBAD) is known color: Celadon. HEX triplet: A6, DB and AD. RGB value is (166,219,173). Sum of RGB (Red+Green+Blue) = 166+219+173=558 (73% of max value = 765). Red value is 166 (65.23% from 255 or 29.75% from 558); Green value is 219 (85.94% from 255 or 39.25% from 558); Blue value is 173 (67.97% from 255 or 31.00% from 558); Max value from RGB is 219 - color contains mainly: green. Hex color #A6DBAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6DBAD is #592452. Grayscale: #C6C6C6. Windows color (decimal): -5842003 or 11393958. OLE color: 11393958.
HSL color Cylindrical-coordinate representation of color #A6DBAD: hue angle of 127.92º 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 #A6DBAD is Cyan = 0.24, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 166 | 219 | 173 | - |
| CMYK | 0.24 | 0 | 0.21 | 0.14 |
| HSL | 127.92º | 0.42% | 0.75% | - |
| HSV(B) | 127.92º | 0.24% | 0.86% | - |
| XYZ | 48.6 | 61.79 | 48.9 | - |
| YUV | 197.91 | 113.94 | 105.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 219 | 173 | 0.24 | 0 | 0.21 | 0.14 | 127.92 | 0.42 | 0.75 |
| Hex | A6 | DB | AD | 18 | 0 | 15 | E | 80 | 2A | 4B |
| Octal | 246 | 333 | 255 | 30 | 0 | 25 | 16 | 200 | 52 | 113 |
| Binary | 10100110 | 11011011 | 10101101 | 11000 | 0 | 10101 | 1110 | 10000000 | 101010 | 1001011 |
Color Harmonies of #A6DBAD
Complementary color
Monochromatic Colors of #A6DBAD
Black with #A6DBAD
Text Example
Text Example
White with #A6DBAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6DBAD; }
p { color: rgb(166,219,173); }
H1.HeaderClassName
{
color: #A6DBAD;
}
.AnyTagClassName
{
color: #A6DBAD;
}
</style>
background-color css
<style>
a { background-color: #A6DBAD; }
a { background-color: rgb(166,219,173); }
div.DivClassName
{
background-color: #A6DBAD;
}
.BgClassName
{
background-color: #A6DBAD;
}
</style>
border-color css
<style>
span { border-color: #A6DBAD; }
span { border-color: rgb(166,219,173); }
td.TdClassName
{
border-color: #A6DBAD;
}
.TagClassName
{
border-color: #A6DBAD;
}
</style>