Shades of Celadon #A8D5AC
Tints of Celadon #A8D5AC
RGB
CMYK
RGB Variations
Color information
#A8D5AC (or 0xA8D5AC) is known color: Celadon. HEX triplet: A8, D5 and AC. RGB value is (168,213,172). Sum of RGB (Red+Green+Blue) = 168+213+172=553 (73% of max value = 765). Red value is 168 (66.02% from 255 or 30.38% from 553); Green value is 213 (83.59% from 255 or 38.52% from 553); Blue value is 172 (67.58% from 255 or 31.10% from 553); Max value from RGB is 213 - color contains mainly: green. Hex color #A8D5AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8D5AC is #572A53. Grayscale: #C2C2C2. Windows color (decimal): -5712468 or 11326888. OLE color: 11326888.
HSL color Cylindrical-coordinate representation of color #A8D5AC: hue angle of 125.33º degrees, saturation: 0.35, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A8D5AC is Cyan = 0.21, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 168 | 213 | 172 | - |
| CMYK | 0.21 | 0 | 0.19 | 0.16 |
| HSL | 125.33º | 0.35% | 0.75% | - |
| HSV(B) | 125.33º | 0.21% | 0.84% | - |
| XYZ | 47.39 | 58.89 | 47.9 | - |
| YUV | 194.87 | 115.09 | 108.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 213 | 172 | 0.21 | 0 | 0.19 | 0.16 | 125.33 | 0.35 | 0.75 |
| Hex | A8 | D5 | AC | 15 | 0 | 13 | 10 | 7D | 23 | 4B |
| Octal | 250 | 325 | 254 | 25 | 0 | 23 | 20 | 175 | 43 | 113 |
| Binary | 10101000 | 11010101 | 10101100 | 10101 | 0 | 10011 | 10000 | 1111101 | 100011 | 1001011 |
Color Harmonies of #A8D5AC
Complementary color
Monochromatic Colors of #A8D5AC
Black with #A8D5AC
Text Example
Text Example
White with #A8D5AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D5AC; }
p { color: rgb(168,213,172); }
H1.HeaderClassName
{
color: #A8D5AC;
}
.AnyTagClassName
{
color: #A8D5AC;
}
</style>
background-color css
<style>
a { background-color: #A8D5AC; }
a { background-color: rgb(168,213,172); }
div.DivClassName
{
background-color: #A8D5AC;
}
.BgClassName
{
background-color: #A8D5AC;
}
</style>
border-color css
<style>
span { border-color: #A8D5AC; }
span { border-color: rgb(168,213,172); }
td.TdClassName
{
border-color: #A8D5AC;
}
.TagClassName
{
border-color: #A8D5AC;
}
</style>