Shades of Celadon #A0EDAD
Tints of Celadon #A0EDAD
RGB
CMYK
RGB Variations
Color information
#A0EDAD (or 0xA0EDAD) is known color: Celadon. HEX triplet: A0, ED and AD. RGB value is (160,237,173). Sum of RGB (Red+Green+Blue) = 160+237+173=570 (75% of max value = 765). Red value is 160 (62.89% from 255 or 28.07% from 570); Green value is 237 (92.97% from 255 or 41.58% from 570); Blue value is 173 (67.97% from 255 or 30.35% from 570); Max value from RGB is 237 - color contains mainly: green. Hex color #A0EDAD is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0EDAD is #5F1252. Grayscale: #CECECE. Windows color (decimal): -6230611 or 11398560. OLE color: 11398560.
HSL color Cylindrical-coordinate representation of color #A0EDAD: hue angle of 130.13º degrees, saturation: 0.68, 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 #A0EDAD is Cyan = 0.32, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 160 | 237 | 173 | - |
| CMYK | 0.32 | 0 | 0.27 | 0.07 |
| HSL | 130.13º | 0.68% | 0.78% | - |
| HSV(B) | 130.13º | 0.32% | 0.93% | - |
| XYZ | 52.32 | 71.06 | 50.49 | - |
| YUV | 206.68 | 108.99 | 94.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 237 | 173 | 0.32 | 0 | 0.27 | 0.07 | 130.13 | 0.68 | 0.78 |
| Hex | A0 | ED | AD | 20 | 0 | 1B | 7 | 82 | 44 | 4E |
| Octal | 240 | 355 | 255 | 40 | 0 | 33 | 7 | 202 | 104 | 116 |
| Binary | 10100000 | 11101101 | 10101101 | 100000 | 0 | 11011 | 111 | 10000010 | 1000100 | 1001110 |
Color Harmonies of #A0EDAD
Complementary color
Monochromatic Colors of #A0EDAD
Black with #A0EDAD
Text Example
Text Example
White with #A0EDAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0EDAD; }
p { color: rgb(160,237,173); }
H1.HeaderClassName
{
color: #A0EDAD;
}
.AnyTagClassName
{
color: #A0EDAD;
}
</style>
background-color css
<style>
a { background-color: #A0EDAD; }
a { background-color: rgb(160,237,173); }
div.DivClassName
{
background-color: #A0EDAD;
}
.BgClassName
{
background-color: #A0EDAD;
}
</style>
border-color css
<style>
span { border-color: #A0EDAD; }
span { border-color: rgb(160,237,173); }
td.TdClassName
{
border-color: #A0EDAD;
}
.TagClassName
{
border-color: #A0EDAD;
}
</style>