Shades of Celadon #A0EAB5
Tints of Celadon #A0EAB5
RGB
CMYK
RGB Variations
Color information
#A0EAB5 (or 0xA0EAB5) is known color: Celadon. HEX triplet: A0, EA and B5. RGB value is (160,234,181). Sum of RGB (Red+Green+Blue) = 160+234+181=575 (76% of max value = 765). Red value is 160 (62.89% from 255 or 27.83% from 575); Green value is 234 (91.80% from 255 or 40.70% from 575); Blue value is 181 (71.09% from 255 or 31.48% from 575); Max value from RGB is 234 - color contains mainly: green. Hex color #A0EAB5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0EAB5 is #5F154A. Grayscale: #CDCDCD. Windows color (decimal): -6231371 or 11922080. OLE color: 11922080.
HSL color Cylindrical-coordinate representation of color #A0EAB5: hue angle of 137.03º degrees, saturation: 0.64, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A0EAB5 is Cyan = 0.32, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 160 | 234 | 181 | - |
| CMYK | 0.32 | 0 | 0.23 | 0.08 |
| HSL | 137.03º | 0.64% | 0.77% | - |
| HSV(B) | 137.03º | 0.32% | 0.92% | - |
| XYZ | 52.26 | 69.66 | 54.41 | - |
| YUV | 205.83 | 113.98 | 95.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 234 | 181 | 0.32 | 0 | 0.23 | 0.08 | 137.03 | 0.64 | 0.77 |
| Hex | A0 | EA | B5 | 20 | 0 | 17 | 8 | 89 | 40 | 4D |
| Octal | 240 | 352 | 265 | 40 | 0 | 27 | 10 | 211 | 100 | 115 |
| Binary | 10100000 | 11101010 | 10110101 | 100000 | 0 | 10111 | 1000 | 10001001 | 1000000 | 1001101 |
Color Harmonies of #A0EAB5
Complementary color
Monochromatic Colors of #A0EAB5
Black with #A0EAB5
Text Example
Text Example
White with #A0EAB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0EAB5; }
p { color: rgb(160,234,181); }
H1.HeaderClassName
{
color: #A0EAB5;
}
.AnyTagClassName
{
color: #A0EAB5;
}
</style>
background-color css
<style>
a { background-color: #A0EAB5; }
a { background-color: rgb(160,234,181); }
div.DivClassName
{
background-color: #A0EAB5;
}
.BgClassName
{
background-color: #A0EAB5;
}
</style>
border-color css
<style>
span { border-color: #A0EAB5; }
span { border-color: rgb(160,234,181); }
td.TdClassName
{
border-color: #A0EAB5;
}
.TagClassName
{
border-color: #A0EAB5;
}
</style>