Shades of Celadon #A6D8AC
Tints of Celadon #A6D8AC
RGB
CMYK
RGB Variations
Color information
#A6D8AC (or 0xA6D8AC) is known color: Celadon. HEX triplet: A6, D8 and AC. RGB value is (166,216,172). Sum of RGB (Red+Green+Blue) = 166+216+172=554 (73% of max value = 765). Red value is 166 (65.23% from 255 or 29.96% from 554); Green value is 216 (84.77% from 255 or 38.99% from 554); Blue value is 172 (67.58% from 255 or 31.05% from 554); Max value from RGB is 216 - color contains mainly: green. Hex color #A6D8AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6D8AC is #592753. Grayscale: #C4C4C4. Windows color (decimal): -5842772 or 11327654. OLE color: 11327654.
HSL color Cylindrical-coordinate representation of color #A6D8AC: hue angle of 127.2º degrees, saturation: 0.39, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A6D8AC is Cyan = 0.23, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 166 | 216 | 172 | - |
| CMYK | 0.23 | 0 | 0.20 | 0.15 |
| HSL | 127.2º | 0.39% | 0.75% | - |
| HSV(B) | 127.2º | 0.23% | 0.85% | - |
| XYZ | 47.73 | 60.2 | 48.13 | - |
| YUV | 196.03 | 114.44 | 106.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 216 | 172 | 0.23 | 0 | 0.20 | 0.15 | 127.2 | 0.39 | 0.75 |
| Hex | A6 | D8 | AC | 17 | 0 | 14 | F | 7F | 27 | 4B |
| Octal | 246 | 330 | 254 | 27 | 0 | 24 | 17 | 177 | 47 | 113 |
| Binary | 10100110 | 11011000 | 10101100 | 10111 | 0 | 10100 | 1111 | 1111111 | 100111 | 1001011 |
Color Harmonies of #A6D8AC
Complementary color
Monochromatic Colors of #A6D8AC
Black with #A6D8AC
Text Example
Text Example
White with #A6D8AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6D8AC; }
p { color: rgb(166,216,172); }
H1.HeaderClassName
{
color: #A6D8AC;
}
.AnyTagClassName
{
color: #A6D8AC;
}
</style>
background-color css
<style>
a { background-color: #A6D8AC; }
a { background-color: rgb(166,216,172); }
div.DivClassName
{
background-color: #A6D8AC;
}
.BgClassName
{
background-color: #A6D8AC;
}
</style>
border-color css
<style>
span { border-color: #A6D8AC; }
span { border-color: rgb(166,216,172); }
td.TdClassName
{
border-color: #A6D8AC;
}
.TagClassName
{
border-color: #A6D8AC;
}
</style>