Shades of Celadon #A0EDAC
Tints of Celadon #A0EDAC
RGB
CMYK
RGB Variations
Color information
#A0EDAC (or 0xA0EDAC) is known color: Celadon. HEX triplet: A0, ED and AC. RGB value is (160,237,172). Sum of RGB (Red+Green+Blue) = 160+237+172=569 (75% of max value = 765). Red value is 160 (62.89% from 255 or 28.12% from 569); Green value is 237 (92.97% from 255 or 41.65% from 569); Blue value is 172 (67.58% from 255 or 30.23% from 569); Max value from RGB is 237 - color contains mainly: green. Hex color #A0EDAC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0EDAC is #5F1253. Grayscale: #CECECE. Windows color (decimal): -6230612 or 11333024. OLE color: 11333024.
HSL color Cylindrical-coordinate representation of color #A0EDAC: hue angle of 129.35º 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 #A0EDAC is Cyan = 0.32, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 160 | 237 | 172 | - |
| CMYK | 0.32 | 0 | 0.27 | 0.07 |
| HSL | 129.35º | 0.68% | 0.78% | - |
| HSV(B) | 129.35º | 0.32% | 0.93% | - |
| XYZ | 52.23 | 71.02 | 49.99 | - |
| YUV | 206.57 | 108.49 | 94.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 237 | 172 | 0.32 | 0 | 0.27 | 0.07 | 129.35 | 0.68 | 0.78 |
| Hex | A0 | ED | AC | 20 | 0 | 1B | 7 | 81 | 44 | 4E |
| Octal | 240 | 355 | 254 | 40 | 0 | 33 | 7 | 201 | 104 | 116 |
| Binary | 10100000 | 11101101 | 10101100 | 100000 | 0 | 11011 | 111 | 10000001 | 1000100 | 1001110 |
Color Harmonies of #A0EDAC
Complementary color
Monochromatic Colors of #A0EDAC
Black with #A0EDAC
Text Example
Text Example
White with #A0EDAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0EDAC; }
p { color: rgb(160,237,172); }
H1.HeaderClassName
{
color: #A0EDAC;
}
.AnyTagClassName
{
color: #A0EDAC;
}
</style>
background-color css
<style>
a { background-color: #A0EDAC; }
a { background-color: rgb(160,237,172); }
div.DivClassName
{
background-color: #A0EDAC;
}
.BgClassName
{
background-color: #A0EDAC;
}
</style>
border-color css
<style>
span { border-color: #A0EDAC; }
span { border-color: rgb(160,237,172); }
td.TdClassName
{
border-color: #A0EDAC;
}
.TagClassName
{
border-color: #A0EDAC;
}
</style>