Shades of Celadon #A8DEAC
Tints of Celadon #A8DEAC
RGB
CMYK
RGB Variations
Color information
#A8DEAC (or 0xA8DEAC) is known color: Celadon. HEX triplet: A8, DE and AC. RGB value is (168,222,172). Sum of RGB (Red+Green+Blue) = 168+222+172=562 (74% of max value = 765). Red value is 168 (66.02% from 255 or 29.89% from 562); Green value is 222 (87.11% from 255 or 39.50% from 562); Blue value is 172 (67.58% from 255 or 30.60% from 562); Max value from RGB is 222 - color contains mainly: green. Hex color #A8DEAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8DEAC is #572153. Grayscale: #C8C8C8. Windows color (decimal): -5710164 or 11329192. OLE color: 11329192.
HSL color Cylindrical-coordinate representation of color #A8DEAC: hue angle of 124.44º degrees, saturation: 0.45, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A8DEAC is Cyan = 0.24, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 168 | 222 | 172 | - |
| CMYK | 0.24 | 0 | 0.23 | 0.13 |
| HSL | 124.44º | 0.45% | 0.76% | - |
| HSV(B) | 124.44º | 0.24% | 0.87% | - |
| XYZ | 49.72 | 63.55 | 48.68 | - |
| YUV | 200.15 | 112.11 | 105.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 222 | 172 | 0.24 | 0 | 0.23 | 0.13 | 124.44 | 0.45 | 0.76 |
| Hex | A8 | DE | AC | 18 | 0 | 17 | D | 7C | 2D | 4C |
| Octal | 250 | 336 | 254 | 30 | 0 | 27 | 15 | 174 | 55 | 114 |
| Binary | 10101000 | 11011110 | 10101100 | 11000 | 0 | 10111 | 1101 | 1111100 | 101101 | 1001100 |
Color Harmonies of #A8DEAC
Complementary color
Monochromatic Colors of #A8DEAC
Black with #A8DEAC
Text Example
Text Example
White with #A8DEAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8DEAC; }
p { color: rgb(168,222,172); }
H1.HeaderClassName
{
color: #A8DEAC;
}
.AnyTagClassName
{
color: #A8DEAC;
}
</style>
background-color css
<style>
a { background-color: #A8DEAC; }
a { background-color: rgb(168,222,172); }
div.DivClassName
{
background-color: #A8DEAC;
}
.BgClassName
{
background-color: #A8DEAC;
}
</style>
border-color css
<style>
span { border-color: #A8DEAC; }
span { border-color: rgb(168,222,172); }
td.TdClassName
{
border-color: #A8DEAC;
}
.TagClassName
{
border-color: #A8DEAC;
}
</style>