Shades of Celadon #A6DBAF
Tints of Celadon #A6DBAF
RGB
CMYK
RGB Variations
Color information
#A6DBAF (or 0xA6DBAF) is known color: Celadon. HEX triplet: A6, DB and AF. RGB value is (166,219,175). Sum of RGB (Red+Green+Blue) = 166+219+175=560 (74% of max value = 765). Red value is 166 (65.23% from 255 or 29.64% from 560); Green value is 219 (85.94% from 255 or 39.11% from 560); Blue value is 175 (68.75% from 255 or 31.25% from 560); Max value from RGB is 219 - color contains mainly: green. Hex color #A6DBAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6DBAF is #592450. Grayscale: #C6C6C6. Windows color (decimal): -5842001 or 11525030. OLE color: 11525030.
HSL color Cylindrical-coordinate representation of color #A6DBAF: hue angle of 130.19º 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 #A6DBAF is Cyan = 0.24, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 166 | 219 | 175 | - |
| CMYK | 0.24 | 0 | 0.20 | 0.14 |
| HSL | 130.19º | 0.42% | 0.75% | - |
| HSV(B) | 130.19º | 0.24% | 0.86% | - |
| XYZ | 48.8 | 61.87 | 49.93 | - |
| YUV | 198.14 | 114.94 | 105.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 219 | 175 | 0.24 | 0 | 0.20 | 0.14 | 130.19 | 0.42 | 0.75 |
| Hex | A6 | DB | AF | 18 | 0 | 14 | E | 82 | 2A | 4B |
| Octal | 246 | 333 | 257 | 30 | 0 | 24 | 16 | 202 | 52 | 113 |
| Binary | 10100110 | 11011011 | 10101111 | 11000 | 0 | 10100 | 1110 | 10000010 | 101010 | 1001011 |
Color Harmonies of #A6DBAF
Complementary color
Monochromatic Colors of #A6DBAF
Black with #A6DBAF
Text Example
Text Example
White with #A6DBAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6DBAF; }
p { color: rgb(166,219,175); }
H1.HeaderClassName
{
color: #A6DBAF;
}
.AnyTagClassName
{
color: #A6DBAF;
}
</style>
background-color css
<style>
a { background-color: #A6DBAF; }
a { background-color: rgb(166,219,175); }
div.DivClassName
{
background-color: #A6DBAF;
}
.BgClassName
{
background-color: #A6DBAF;
}
</style>
border-color css
<style>
span { border-color: #A6DBAF; }
span { border-color: rgb(166,219,175); }
td.TdClassName
{
border-color: #A6DBAF;
}
.TagClassName
{
border-color: #A6DBAF;
}
</style>