Shades of Celadon #A0ECAD
Tints of Celadon #A0ECAD
RGB
CMYK
RGB Variations
Color information
#A0ECAD (or 0xA0ECAD) is known color: Celadon. HEX triplet: A0, EC and AD. RGB value is (160,236,173). Sum of RGB (Red+Green+Blue) = 160+236+173=569 (75% of max value = 765). Red value is 160 (62.89% from 255 or 28.12% from 569); Green value is 236 (92.58% from 255 or 41.48% from 569); Blue value is 173 (67.97% from 255 or 30.40% from 569); Max value from RGB is 236 - color contains mainly: green. Hex color #A0ECAD is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0ECAD is #5F1352. Grayscale: #CECECE. Windows color (decimal): -6230867 or 11398304. OLE color: 11398304.
HSL color Cylindrical-coordinate representation of color #A0ECAD: hue angle of 130.26º 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 #A0ECAD is Cyan = 0.32, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 160 | 236 | 173 | - |
| CMYK | 0.32 | 0 | 0.27 | 0.07 |
| HSL | 130.26º | 0.67% | 0.78% | - |
| HSV(B) | 130.26º | 0.32% | 0.93% | - |
| XYZ | 52.04 | 70.48 | 50.4 | - |
| YUV | 206.09 | 109.32 | 95.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 236 | 173 | 0.32 | 0 | 0.27 | 0.07 | 130.26 | 0.67 | 0.78 |
| Hex | A0 | EC | AD | 20 | 0 | 1B | 7 | 82 | 43 | 4E |
| Octal | 240 | 354 | 255 | 40 | 0 | 33 | 7 | 202 | 103 | 116 |
| Binary | 10100000 | 11101100 | 10101101 | 100000 | 0 | 11011 | 111 | 10000010 | 1000011 | 1001110 |
Color Harmonies of #A0ECAD
Complementary color
Monochromatic Colors of #A0ECAD
Black with #A0ECAD
Text Example
Text Example
White with #A0ECAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0ECAD; }
p { color: rgb(160,236,173); }
H1.HeaderClassName
{
color: #A0ECAD;
}
.AnyTagClassName
{
color: #A0ECAD;
}
</style>
background-color css
<style>
a { background-color: #A0ECAD; }
a { background-color: rgb(160,236,173); }
div.DivClassName
{
background-color: #A0ECAD;
}
.BgClassName
{
background-color: #A0ECAD;
}
</style>
border-color css
<style>
span { border-color: #A0ECAD; }
span { border-color: rgb(160,236,173); }
td.TdClassName
{
border-color: #A0ECAD;
}
.TagClassName
{
border-color: #A0ECAD;
}
</style>