Shades of Celadon #A0EFAB
Tints of Celadon #A0EFAB
RGB
CMYK
RGB Variations
Color information
#A0EFAB (or 0xA0EFAB) is known color: Celadon. HEX triplet: A0, EF and AB. RGB value is (160,239,171). Sum of RGB (Red+Green+Blue) = 160+239+171=570 (75% of max value = 765). Red value is 160 (62.89% from 255 or 28.07% from 570); Green value is 239 (93.75% from 255 or 41.93% from 570); Blue value is 171 (67.19% from 255 or 30% from 570); Max value from RGB is 239 - color contains mainly: green. Hex color #A0EFAB is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0EFAB is #5F1054. Grayscale: #CFCFCF. Windows color (decimal): -6230101 or 11268000. OLE color: 11268000.
HSL color Cylindrical-coordinate representation of color #A0EFAB: hue angle of 128.35º 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 #A0EFAB is Cyan = 0.33, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 160 | 239 | 171 | - |
| CMYK | 0.33 | 0 | 0.28 | 0.06 |
| HSL | 128.35º | 0.71% | 0.78% | - |
| HSV(B) | 128.35º | 0.33% | 0.94% | - |
| XYZ | 52.71 | 72.15 | 49.68 | - |
| YUV | 207.63 | 107.33 | 94.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 239 | 171 | 0.33 | 0 | 0.28 | 0.06 | 128.35 | 0.71 | 0.78 |
| Hex | A0 | EF | AB | 21 | 0 | 1C | 6 | 80 | 47 | 4E |
| Octal | 240 | 357 | 253 | 41 | 0 | 34 | 6 | 200 | 107 | 116 |
| Binary | 10100000 | 11101111 | 10101011 | 100001 | 0 | 11100 | 110 | 10000000 | 1000111 | 1001110 |
Color Harmonies of #A0EFAB
Complementary color
Monochromatic Colors of #A0EFAB
Black with #A0EFAB
Text Example
Text Example
White with #A0EFAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0EFAB; }
p { color: rgb(160,239,171); }
H1.HeaderClassName
{
color: #A0EFAB;
}
.AnyTagClassName
{
color: #A0EFAB;
}
</style>
background-color css
<style>
a { background-color: #A0EFAB; }
a { background-color: rgb(160,239,171); }
div.DivClassName
{
background-color: #A0EFAB;
}
.BgClassName
{
background-color: #A0EFAB;
}
</style>
border-color css
<style>
span { border-color: #A0EFAB; }
span { border-color: rgb(160,239,171); }
td.TdClassName
{
border-color: #A0EFAB;
}
.TagClassName
{
border-color: #A0EFAB;
}
</style>