Shades of Celadon #A0EEAD
Tints of Celadon #A0EEAD
RGB
CMYK
RGB Variations
Color information
#A0EEAD (or 0xA0EEAD) is known color: Celadon. HEX triplet: A0, EE and AD. RGB value is (160,238,173). Sum of RGB (Red+Green+Blue) = 160+238+173=571 (75% of max value = 765). Red value is 160 (62.89% from 255 or 28.02% from 571); Green value is 238 (93.36% from 255 or 41.68% from 571); Blue value is 173 (67.97% from 255 or 30.30% from 571); Max value from RGB is 238 - color contains mainly: green. Hex color #A0EEAD is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0EEAD is #5F1152. Grayscale: #CFCFCF. Windows color (decimal): -6230355 or 11398816. OLE color: 11398816.
HSL color Cylindrical-coordinate representation of color #A0EEAD: hue angle of 130º degrees, saturation: 0.7, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A0EEAD is Cyan = 0.33, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 160 | 238 | 173 | - |
| CMYK | 0.33 | 0 | 0.27 | 0.07 |
| HSL | 130º | 0.7% | 0.78% | - |
| HSV(B) | 130º | 0.33% | 0.93% | - |
| XYZ | 52.61 | 71.64 | 50.59 | - |
| YUV | 207.27 | 108.66 | 94.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 238 | 173 | 0.33 | 0 | 0.27 | 0.07 | 130 | 0.7 | 0.78 |
| Hex | A0 | EE | AD | 21 | 0 | 1B | 7 | 82 | 46 | 4E |
| Octal | 240 | 356 | 255 | 41 | 0 | 33 | 7 | 202 | 106 | 116 |
| Binary | 10100000 | 11101110 | 10101101 | 100001 | 0 | 11011 | 111 | 10000010 | 1000110 | 1001110 |
Color Harmonies of #A0EEAD
Complementary color
Monochromatic Colors of #A0EEAD
Black with #A0EEAD
Text Example
Text Example
White with #A0EEAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0EEAD; }
p { color: rgb(160,238,173); }
H1.HeaderClassName
{
color: #A0EEAD;
}
.AnyTagClassName
{
color: #A0EEAD;
}
</style>
background-color css
<style>
a { background-color: #A0EEAD; }
a { background-color: rgb(160,238,173); }
div.DivClassName
{
background-color: #A0EEAD;
}
.BgClassName
{
background-color: #A0EEAD;
}
</style>
border-color css
<style>
span { border-color: #A0EEAD; }
span { border-color: rgb(160,238,173); }
td.TdClassName
{
border-color: #A0EEAD;
}
.TagClassName
{
border-color: #A0EEAD;
}
</style>