Shades of Celadon #A0EAAB
Tints of Celadon #A0EAAB
RGB
CMYK
RGB Variations
Color information
#A0EAAB (or 0xA0EAAB) is known color: Celadon. HEX triplet: A0, EA and AB. RGB value is (160,234,171). Sum of RGB (Red+Green+Blue) = 160+234+171=565 (74% of max value = 765). Red value is 160 (62.89% from 255 or 28.32% from 565); Green value is 234 (91.80% from 255 or 41.42% from 565); Blue value is 171 (67.19% from 255 or 30.27% from 565); Max value from RGB is 234 - color contains mainly: green. Hex color #A0EAAB is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0EAAB is #5F1554. Grayscale: #CCCCCC. Windows color (decimal): -6231381 or 11266720. OLE color: 11266720.
HSL color Cylindrical-coordinate representation of color #A0EAAB: hue angle of 128.92º 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 #A0EAAB is Cyan = 0.32, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 160 | 234 | 171 | - |
| CMYK | 0.32 | 0 | 0.27 | 0.08 |
| HSL | 128.92º | 0.64% | 0.77% | - |
| HSV(B) | 128.92º | 0.32% | 0.92% | - |
| XYZ | 51.27 | 69.26 | 49.19 | - |
| YUV | 204.69 | 108.98 | 96.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 234 | 171 | 0.32 | 0 | 0.27 | 0.08 | 128.92 | 0.64 | 0.77 |
| Hex | A0 | EA | AB | 20 | 0 | 1B | 8 | 81 | 40 | 4D |
| Octal | 240 | 352 | 253 | 40 | 0 | 33 | 10 | 201 | 100 | 115 |
| Binary | 10100000 | 11101010 | 10101011 | 100000 | 0 | 11011 | 1000 | 10000001 | 1000000 | 1001101 |
Color Harmonies of #A0EAAB
Complementary color
Monochromatic Colors of #A0EAAB
Black with #A0EAAB
Text Example
Text Example
White with #A0EAAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0EAAB; }
p { color: rgb(160,234,171); }
H1.HeaderClassName
{
color: #A0EAAB;
}
.AnyTagClassName
{
color: #A0EAAB;
}
</style>
background-color css
<style>
a { background-color: #A0EAAB; }
a { background-color: rgb(160,234,171); }
div.DivClassName
{
background-color: #A0EAAB;
}
.BgClassName
{
background-color: #A0EAAB;
}
</style>
border-color css
<style>
span { border-color: #A0EAAB; }
span { border-color: rgb(160,234,171); }
td.TdClassName
{
border-color: #A0EAAB;
}
.TagClassName
{
border-color: #A0EAAB;
}
</style>