Shades of Celadon #A8E4AC
Tints of Celadon #A8E4AC
RGB
CMYK
RGB Variations
Color information
#A8E4AC (or 0xA8E4AC) is known color: Celadon. HEX triplet: A8, E4 and AC. RGB value is (168,228,172). Sum of RGB (Red+Green+Blue) = 168+228+172=568 (75% of max value = 765). Red value is 168 (66.02% from 255 or 29.58% from 568); Green value is 228 (89.45% from 255 or 40.14% from 568); Blue value is 172 (67.58% from 255 or 30.28% from 568); Max value from RGB is 228 - color contains mainly: green. Hex color #A8E4AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8E4AC is #571B53. Grayscale: #CBCBCB. Windows color (decimal): -5708628 or 11330728. OLE color: 11330728.
HSL color Cylindrical-coordinate representation of color #A8E4AC: hue angle of 124º degrees, saturation: 0.53, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A8E4AC is Cyan = 0.26, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 168 | 228 | 172 | - |
| CMYK | 0.26 | 0 | 0.25 | 0.11 |
| HSL | 124º | 0.53% | 0.78% | - |
| HSV(B) | 124º | 0.26% | 0.89% | - |
| XYZ | 51.34 | 66.79 | 49.22 | - |
| YUV | 203.68 | 110.12 | 102.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 228 | 172 | 0.26 | 0 | 0.25 | 0.11 | 124 | 0.53 | 0.78 |
| Hex | A8 | E4 | AC | 1A | 0 | 19 | B | 7C | 35 | 4E |
| Octal | 250 | 344 | 254 | 32 | 0 | 31 | 13 | 174 | 65 | 116 |
| Binary | 10101000 | 11100100 | 10101100 | 11010 | 0 | 11001 | 1011 | 1111100 | 110101 | 1001110 |
Color Harmonies of #A8E4AC
Complementary color
Monochromatic Colors of #A8E4AC
Black with #A8E4AC
Text Example
Text Example
White with #A8E4AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8E4AC; }
p { color: rgb(168,228,172); }
H1.HeaderClassName
{
color: #A8E4AC;
}
.AnyTagClassName
{
color: #A8E4AC;
}
</style>
background-color css
<style>
a { background-color: #A8E4AC; }
a { background-color: rgb(168,228,172); }
div.DivClassName
{
background-color: #A8E4AC;
}
.BgClassName
{
background-color: #A8E4AC;
}
</style>
border-color css
<style>
span { border-color: #A8E4AC; }
span { border-color: rgb(168,228,172); }
td.TdClassName
{
border-color: #A8E4AC;
}
.TagClassName
{
border-color: #A8E4AC;
}
</style>