Shades of Celadon #A0E2AB
Tints of Celadon #A0E2AB
RGB
CMYK
RGB Variations
Color information
#A0E2AB (or 0xA0E2AB) is known color: Celadon. HEX triplet: A0, E2 and AB. RGB value is (160,226,171). Sum of RGB (Red+Green+Blue) = 160+226+171=557 (73% of max value = 765). Red value is 160 (62.89% from 255 or 28.73% from 557); Green value is 226 (88.67% from 255 or 40.57% from 557); Blue value is 171 (67.19% from 255 or 30.70% from 557); Max value from RGB is 226 - color contains mainly: green. Hex color #A0E2AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0E2AB is #5F1D54. Grayscale: #C8C8C8. Windows color (decimal): -6233429 or 11264672. OLE color: 11264672.
HSL color Cylindrical-coordinate representation of color #A0E2AB: hue angle of 130º degrees, saturation: 0.53, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A0E2AB is Cyan = 0.29, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 160 | 226 | 171 | - |
| CMYK | 0.29 | 0 | 0.24 | 0.11 |
| HSL | 130º | 0.53% | 0.76% | - |
| HSV(B) | 130º | 0.29% | 0.89% | - |
| XYZ | 49.04 | 64.81 | 48.45 | - |
| YUV | 200 | 111.63 | 99.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 226 | 171 | 0.29 | 0 | 0.24 | 0.11 | 130 | 0.53 | 0.76 |
| Hex | A0 | E2 | AB | 1D | 0 | 18 | B | 82 | 35 | 4C |
| Octal | 240 | 342 | 253 | 35 | 0 | 30 | 13 | 202 | 65 | 114 |
| Binary | 10100000 | 11100010 | 10101011 | 11101 | 0 | 11000 | 1011 | 10000010 | 110101 | 1001100 |
Color Harmonies of #A0E2AB
Complementary color
Monochromatic Colors of #A0E2AB
Black with #A0E2AB
Text Example
Text Example
White with #A0E2AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0E2AB; }
p { color: rgb(160,226,171); }
H1.HeaderClassName
{
color: #A0E2AB;
}
.AnyTagClassName
{
color: #A0E2AB;
}
</style>
background-color css
<style>
a { background-color: #A0E2AB; }
a { background-color: rgb(160,226,171); }
div.DivClassName
{
background-color: #A0E2AB;
}
.BgClassName
{
background-color: #A0E2AB;
}
</style>
border-color css
<style>
span { border-color: #A0E2AB; }
span { border-color: rgb(160,226,171); }
td.TdClassName
{
border-color: #A0E2AB;
}
.TagClassName
{
border-color: #A0E2AB;
}
</style>