Shades of Celadon #A7D8AD
Tints of Celadon #A7D8AD
RGB
CMYK
RGB Variations
Color information
#A7D8AD (or 0xA7D8AD) is known color: Celadon. HEX triplet: A7, D8 and AD. RGB value is (167,216,173). Sum of RGB (Red+Green+Blue) = 167+216+173=556 (73% of max value = 765). Red value is 167 (65.62% from 255 or 30.04% from 556); Green value is 216 (84.77% from 255 or 38.85% from 556); Blue value is 173 (67.97% from 255 or 31.12% from 556); Max value from RGB is 216 - color contains mainly: green. Hex color #A7D8AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7D8AD is #582752. Grayscale: #C4C4C4. Windows color (decimal): -5777235 or 11393191. OLE color: 11393191.
HSL color Cylindrical-coordinate representation of color #A7D8AD: hue angle of 127.35º 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 #A7D8AD is Cyan = 0.23, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 167 | 216 | 173 | - |
| CMYK | 0.23 | 0 | 0.20 | 0.15 |
| HSL | 127.35º | 0.39% | 0.75% | - |
| HSV(B) | 127.35º | 0.23% | 0.85% | - |
| XYZ | 48.04 | 60.34 | 48.65 | - |
| YUV | 196.45 | 114.77 | 107 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 216 | 173 | 0.23 | 0 | 0.20 | 0.15 | 127.35 | 0.39 | 0.75 |
| Hex | A7 | D8 | AD | 17 | 0 | 14 | F | 7F | 27 | 4B |
| Octal | 247 | 330 | 255 | 27 | 0 | 24 | 17 | 177 | 47 | 113 |
| Binary | 10100111 | 11011000 | 10101101 | 10111 | 0 | 10100 | 1111 | 1111111 | 100111 | 1001011 |
Color Harmonies of #A7D8AD
Complementary color
Monochromatic Colors of #A7D8AD
Black with #A7D8AD
Text Example
Text Example
White with #A7D8AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7D8AD; }
p { color: rgb(167,216,173); }
H1.HeaderClassName
{
color: #A7D8AD;
}
.AnyTagClassName
{
color: #A7D8AD;
}
</style>
background-color css
<style>
a { background-color: #A7D8AD; }
a { background-color: rgb(167,216,173); }
div.DivClassName
{
background-color: #A7D8AD;
}
.BgClassName
{
background-color: #A7D8AD;
}
</style>
border-color css
<style>
span { border-color: #A7D8AD; }
span { border-color: rgb(167,216,173); }
td.TdClassName
{
border-color: #A7D8AD;
}
.TagClassName
{
border-color: #A7D8AD;
}
</style>