Shades of Celadon #A8DAAC
Tints of Celadon #A8DAAC
RGB
CMYK
RGB Variations
Color information
#A8DAAC (or 0xA8DAAC) is known color: Celadon. HEX triplet: A8, DA and AC. RGB value is (168,218,172). Sum of RGB (Red+Green+Blue) = 168+218+172=558 (73% of max value = 765). Red value is 168 (66.02% from 255 or 30.11% from 558); Green value is 218 (85.55% from 255 or 39.07% from 558); Blue value is 172 (67.58% from 255 or 30.82% from 558); Max value from RGB is 218 - color contains mainly: green. Hex color #A8DAAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8DAAC is #572553. Grayscale: #C5C5C5. Windows color (decimal): -5711188 or 11328168. OLE color: 11328168.
HSL color Cylindrical-coordinate representation of color #A8DAAC: hue angle of 124.8º degrees, saturation: 0.4, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A8DAAC is Cyan = 0.23, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 168 | 218 | 172 | - |
| CMYK | 0.23 | 0 | 0.21 | 0.15 |
| HSL | 124.8º | 0.4% | 0.76% | - |
| HSV(B) | 124.8º | 0.23% | 0.85% | - |
| XYZ | 48.67 | 61.45 | 48.33 | - |
| YUV | 197.81 | 113.44 | 106.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 218 | 172 | 0.23 | 0 | 0.21 | 0.15 | 124.8 | 0.4 | 0.76 |
| Hex | A8 | DA | AC | 17 | 0 | 15 | F | 7D | 28 | 4C |
| Octal | 250 | 332 | 254 | 27 | 0 | 25 | 17 | 175 | 50 | 114 |
| Binary | 10101000 | 11011010 | 10101100 | 10111 | 0 | 10101 | 1111 | 1111101 | 101000 | 1001100 |
Color Harmonies of #A8DAAC
Complementary color
Monochromatic Colors of #A8DAAC
Black with #A8DAAC
Text Example
Text Example
White with #A8DAAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8DAAC; }
p { color: rgb(168,218,172); }
H1.HeaderClassName
{
color: #A8DAAC;
}
.AnyTagClassName
{
color: #A8DAAC;
}
</style>
background-color css
<style>
a { background-color: #A8DAAC; }
a { background-color: rgb(168,218,172); }
div.DivClassName
{
background-color: #A8DAAC;
}
.BgClassName
{
background-color: #A8DAAC;
}
</style>
border-color css
<style>
span { border-color: #A8DAAC; }
span { border-color: rgb(168,218,172); }
td.TdClassName
{
border-color: #A8DAAC;
}
.TagClassName
{
border-color: #A8DAAC;
}
</style>