Shades of Celadon #A0EFAA
Tints of Celadon #A0EFAA
RGB
CMYK
RGB Variations
Color information
#A0EFAA (or 0xA0EFAA) is known color: Celadon. HEX triplet: A0, EF and AA. RGB value is (160,239,170). Sum of RGB (Red+Green+Blue) = 160+239+170=569 (75% of max value = 765). Red value is 160 (62.89% from 255 or 28.12% from 569); Green value is 239 (93.75% from 255 or 42.00% from 569); Blue value is 170 (66.80% from 255 or 29.88% from 569); Max value from RGB is 239 - color contains mainly: green. Hex color #A0EFAA is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0EFAA is #5F1055. Grayscale: #CFCFCF. Windows color (decimal): -6230102 or 11202464. OLE color: 11202464.
HSL color Cylindrical-coordinate representation of color #A0EFAA: hue angle of 127.59º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A0EFAA is Cyan = 0.33, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 160 | 239 | 170 | - |
| CMYK | 0.33 | 0 | 0.29 | 0.06 |
| HSL | 127.59º | 0.71% | 0.78% | - |
| HSV(B) | 127.59º | 0.33% | 0.94% | - |
| XYZ | 52.62 | 72.11 | 49.18 | - |
| YUV | 207.51 | 106.83 | 94.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 239 | 170 | 0.33 | 0 | 0.29 | 0.06 | 127.59 | 0.71 | 0.78 |
| Hex | A0 | EF | AA | 21 | 0 | 1D | 6 | 80 | 47 | 4E |
| Octal | 240 | 357 | 252 | 41 | 0 | 35 | 6 | 200 | 107 | 116 |
| Binary | 10100000 | 11101111 | 10101010 | 100001 | 0 | 11101 | 110 | 10000000 | 1000111 | 1001110 |
Color Harmonies of #A0EFAA
Complementary color
Monochromatic Colors of #A0EFAA
Black with #A0EFAA
Text Example
Text Example
White with #A0EFAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0EFAA; }
p { color: rgb(160,239,170); }
H1.HeaderClassName
{
color: #A0EFAA;
}
.AnyTagClassName
{
color: #A0EFAA;
}
</style>
background-color css
<style>
a { background-color: #A0EFAA; }
a { background-color: rgb(160,239,170); }
div.DivClassName
{
background-color: #A0EFAA;
}
.BgClassName
{
background-color: #A0EFAA;
}
</style>
border-color css
<style>
span { border-color: #A0EFAA; }
span { border-color: rgb(160,239,170); }
td.TdClassName
{
border-color: #A0EFAA;
}
.TagClassName
{
border-color: #A0EFAA;
}
</style>