Shades of Celadon #A0ECAC
Tints of Celadon #A0ECAC
RGB
CMYK
RGB Variations
Color information
#A0ECAC (or 0xA0ECAC) is known color: Celadon. HEX triplet: A0, EC and AC. RGB value is (160,236,172). Sum of RGB (Red+Green+Blue) = 160+236+172=568 (75% of max value = 765). Red value is 160 (62.89% from 255 or 28.17% from 568); Green value is 236 (92.58% from 255 or 41.55% from 568); Blue value is 172 (67.58% from 255 or 30.28% from 568); Max value from RGB is 236 - color contains mainly: green. Hex color #A0ECAC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0ECAC is #5F1353. Grayscale: #CECECE. Windows color (decimal): -6230868 or 11332768. OLE color: 11332768.
HSL color Cylindrical-coordinate representation of color #A0ECAC: hue angle of 129.47º degrees, saturation: 0.67, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A0ECAC is Cyan = 0.32, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 160 | 236 | 172 | - |
| CMYK | 0.32 | 0 | 0.27 | 0.07 |
| HSL | 129.47º | 0.67% | 0.78% | - |
| HSV(B) | 129.47º | 0.32% | 0.93% | - |
| XYZ | 51.94 | 70.44 | 49.89 | - |
| YUV | 205.98 | 108.82 | 95.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 236 | 172 | 0.32 | 0 | 0.27 | 0.07 | 129.47 | 0.67 | 0.78 |
| Hex | A0 | EC | AC | 20 | 0 | 1B | 7 | 81 | 43 | 4E |
| Octal | 240 | 354 | 254 | 40 | 0 | 33 | 7 | 201 | 103 | 116 |
| Binary | 10100000 | 11101100 | 10101100 | 100000 | 0 | 11011 | 111 | 10000001 | 1000011 | 1001110 |
Color Harmonies of #A0ECAC
Complementary color
Monochromatic Colors of #A0ECAC
Black with #A0ECAC
Text Example
Text Example
White with #A0ECAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0ECAC; }
p { color: rgb(160,236,172); }
H1.HeaderClassName
{
color: #A0ECAC;
}
.AnyTagClassName
{
color: #A0ECAC;
}
</style>
background-color css
<style>
a { background-color: #A0ECAC; }
a { background-color: rgb(160,236,172); }
div.DivClassName
{
background-color: #A0ECAC;
}
.BgClassName
{
background-color: #A0ECAC;
}
</style>
border-color css
<style>
span { border-color: #A0ECAC; }
span { border-color: rgb(160,236,172); }
td.TdClassName
{
border-color: #A0ECAC;
}
.TagClassName
{
border-color: #A0ECAC;
}
</style>