Shades of Celadon #A0EBAB
Tints of Celadon #A0EBAB
RGB
CMYK
RGB Variations
Color information
#A0EBAB (or 0xA0EBAB) is known color: Celadon. HEX triplet: A0, EB and AB. RGB value is (160,235,171). Sum of RGB (Red+Green+Blue) = 160+235+171=566 (74% of max value = 765). Red value is 160 (62.89% from 255 or 28.27% from 566); Green value is 235 (92.19% from 255 or 41.52% from 566); Blue value is 171 (67.19% from 255 or 30.21% from 566); Max value from RGB is 235 - color contains mainly: green. Hex color #A0EBAB is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0EBAB is #5F1454. Grayscale: #CDCDCD. Windows color (decimal): -6231125 or 11266976. OLE color: 11266976.
HSL color Cylindrical-coordinate representation of color #A0EBAB: hue angle of 128.8º degrees, saturation: 0.65, 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 #A0EBAB is Cyan = 0.32, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 160 | 235 | 171 | - |
| CMYK | 0.32 | 0 | 0.27 | 0.08 |
| HSL | 128.8º | 0.65% | 0.77% | - |
| HSV(B) | 128.8º | 0.32% | 0.92% | - |
| XYZ | 51.56 | 69.83 | 49.29 | - |
| YUV | 205.28 | 108.65 | 95.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 235 | 171 | 0.32 | 0 | 0.27 | 0.08 | 128.8 | 0.65 | 0.77 |
| Hex | A0 | EB | AB | 20 | 0 | 1B | 8 | 81 | 41 | 4D |
| Octal | 240 | 353 | 253 | 40 | 0 | 33 | 10 | 201 | 101 | 115 |
| Binary | 10100000 | 11101011 | 10101011 | 100000 | 0 | 11011 | 1000 | 10000001 | 1000001 | 1001101 |
Color Harmonies of #A0EBAB
Complementary color
Monochromatic Colors of #A0EBAB
Black with #A0EBAB
Text Example
Text Example
White with #A0EBAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0EBAB; }
p { color: rgb(160,235,171); }
H1.HeaderClassName
{
color: #A0EBAB;
}
.AnyTagClassName
{
color: #A0EBAB;
}
</style>
background-color css
<style>
a { background-color: #A0EBAB; }
a { background-color: rgb(160,235,171); }
div.DivClassName
{
background-color: #A0EBAB;
}
.BgClassName
{
background-color: #A0EBAB;
}
</style>
border-color css
<style>
span { border-color: #A0EBAB; }
span { border-color: rgb(160,235,171); }
td.TdClassName
{
border-color: #A0EBAB;
}
.TagClassName
{
border-color: #A0EBAB;
}
</style>