Shades of Celadon #A8D8AD
Tints of Celadon #A8D8AD
RGB
CMYK
RGB Variations
Color information
#A8D8AD (or 0xA8D8AD) is known color: Celadon. HEX triplet: A8, D8 and AD. RGB value is (168,216,173). Sum of RGB (Red+Green+Blue) = 168+216+173=557 (73% of max value = 765). Red value is 168 (66.02% from 255 or 30.16% from 557); Green value is 216 (84.77% from 255 or 38.78% from 557); Blue value is 173 (67.97% from 255 or 31.06% from 557); Max value from RGB is 216 - color contains mainly: green. Hex color #A8D8AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8D8AD is #572752. Grayscale: #C4C4C4. Windows color (decimal): -5711699 or 11393192. OLE color: 11393192.
HSL color Cylindrical-coordinate representation of color #A8D8AD: hue angle of 126.25º degrees, saturation: 0.38, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A8D8AD is Cyan = 0.22, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 168 | 216 | 173 | - |
| CMYK | 0.22 | 0 | 0.20 | 0.15 |
| HSL | 126.25º | 0.38% | 0.75% | - |
| HSV(B) | 126.25º | 0.22% | 0.85% | - |
| XYZ | 48.25 | 60.45 | 48.66 | - |
| YUV | 196.75 | 114.6 | 107.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 216 | 173 | 0.22 | 0 | 0.20 | 0.15 | 126.25 | 0.38 | 0.75 |
| Hex | A8 | D8 | AD | 16 | 0 | 14 | F | 7E | 26 | 4B |
| Octal | 250 | 330 | 255 | 26 | 0 | 24 | 17 | 176 | 46 | 113 |
| Binary | 10101000 | 11011000 | 10101101 | 10110 | 0 | 10100 | 1111 | 1111110 | 100110 | 1001011 |
Color Harmonies of #A8D8AD
Complementary color
Monochromatic Colors of #A8D8AD
Black with #A8D8AD
Text Example
Text Example
White with #A8D8AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D8AD; }
p { color: rgb(168,216,173); }
H1.HeaderClassName
{
color: #A8D8AD;
}
.AnyTagClassName
{
color: #A8D8AD;
}
</style>
background-color css
<style>
a { background-color: #A8D8AD; }
a { background-color: rgb(168,216,173); }
div.DivClassName
{
background-color: #A8D8AD;
}
.BgClassName
{
background-color: #A8D8AD;
}
</style>
border-color css
<style>
span { border-color: #A8D8AD; }
span { border-color: rgb(168,216,173); }
td.TdClassName
{
border-color: #A8D8AD;
}
.TagClassName
{
border-color: #A8D8AD;
}
</style>