Shades of Celadon #A0EAAC
Tints of Celadon #A0EAAC
RGB
CMYK
RGB Variations
Color information
#A0EAAC (or 0xA0EAAC) is known color: Celadon. HEX triplet: A0, EA and AC. RGB value is (160,234,172). Sum of RGB (Red+Green+Blue) = 160+234+172=566 (74% of max value = 765). Red value is 160 (62.89% from 255 or 28.27% from 566); Green value is 234 (91.80% from 255 or 41.34% from 566); Blue value is 172 (67.58% from 255 or 30.39% from 566); Max value from RGB is 234 - color contains mainly: green. Hex color #A0EAAC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0EAAC is #5F1553. Grayscale: #CCCCCC. Windows color (decimal): -6231380 or 11332256. OLE color: 11332256.
HSL color Cylindrical-coordinate representation of color #A0EAAC: hue angle of 129.73º degrees, saturation: 0.64, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A0EAAC is Cyan = 0.32, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 160 | 234 | 172 | - |
| CMYK | 0.32 | 0 | 0.26 | 0.08 |
| HSL | 129.73º | 0.64% | 0.77% | - |
| HSV(B) | 129.73º | 0.32% | 0.92% | - |
| XYZ | 51.37 | 69.3 | 49.7 | - |
| YUV | 204.81 | 109.48 | 96.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 234 | 172 | 0.32 | 0 | 0.26 | 0.08 | 129.73 | 0.64 | 0.77 |
| Hex | A0 | EA | AC | 20 | 0 | 1A | 8 | 82 | 40 | 4D |
| Octal | 240 | 352 | 254 | 40 | 0 | 32 | 10 | 202 | 100 | 115 |
| Binary | 10100000 | 11101010 | 10101100 | 100000 | 0 | 11010 | 1000 | 10000010 | 1000000 | 1001101 |
Color Harmonies of #A0EAAC
Complementary color
Monochromatic Colors of #A0EAAC
Black with #A0EAAC
Text Example
Text Example
White with #A0EAAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0EAAC; }
p { color: rgb(160,234,172); }
H1.HeaderClassName
{
color: #A0EAAC;
}
.AnyTagClassName
{
color: #A0EAAC;
}
</style>
background-color css
<style>
a { background-color: #A0EAAC; }
a { background-color: rgb(160,234,172); }
div.DivClassName
{
background-color: #A0EAAC;
}
.BgClassName
{
background-color: #A0EAAC;
}
</style>
border-color css
<style>
span { border-color: #A0EAAC; }
span { border-color: rgb(160,234,172); }
td.TdClassName
{
border-color: #A0EAAC;
}
.TagClassName
{
border-color: #A0EAAC;
}
</style>