Shades of Celadon #A0EEA5
Tints of Celadon #A0EEA5
RGB
CMYK
RGB Variations
Color information
#A0EEA5 (or 0xA0EEA5) is known color: Celadon. HEX triplet: A0, EE and A5. RGB value is (160,238,165). Sum of RGB (Red+Green+Blue) = 160+238+165=563 (74% of max value = 765). Red value is 160 (62.89% from 255 or 28.42% from 563); Green value is 238 (93.36% from 255 or 42.27% from 563); Blue value is 165 (64.84% from 255 or 29.31% from 563); Max value from RGB is 238 - color contains mainly: green. Hex color #A0EEA5 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0EEA5 is #5F115A. Grayscale: #CECECE. Windows color (decimal): -6230363 or 10874528. OLE color: 10874528.
HSL color Cylindrical-coordinate representation of color #A0EEA5: hue angle of 123.85º 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 #A0EEA5 is Cyan = 0.33, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 160 | 238 | 165 | - |
| CMYK | 0.33 | 0 | 0.31 | 0.07 |
| HSL | 123.85º | 0.7% | 0.78% | - |
| HSV(B) | 123.85º | 0.33% | 0.93% | - |
| XYZ | 51.86 | 71.34 | 46.63 | - |
| YUV | 206.36 | 104.66 | 94.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 238 | 165 | 0.33 | 0 | 0.31 | 0.07 | 123.85 | 0.7 | 0.78 |
| Hex | A0 | EE | A5 | 21 | 0 | 1F | 7 | 7C | 46 | 4E |
| Octal | 240 | 356 | 245 | 41 | 0 | 37 | 7 | 174 | 106 | 116 |
| Binary | 10100000 | 11101110 | 10100101 | 100001 | 0 | 11111 | 111 | 1111100 | 1000110 | 1001110 |
Color Harmonies of #A0EEA5
Complementary color
Monochromatic Colors of #A0EEA5
Black with #A0EEA5
Text Example
Text Example
White with #A0EEA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0EEA5; }
p { color: rgb(160,238,165); }
H1.HeaderClassName
{
color: #A0EEA5;
}
.AnyTagClassName
{
color: #A0EEA5;
}
</style>
background-color css
<style>
a { background-color: #A0EEA5; }
a { background-color: rgb(160,238,165); }
div.DivClassName
{
background-color: #A0EEA5;
}
.BgClassName
{
background-color: #A0EEA5;
}
</style>
border-color css
<style>
span { border-color: #A0EEA5; }
span { border-color: rgb(160,238,165); }
td.TdClassName
{
border-color: #A0EEA5;
}
.TagClassName
{
border-color: #A0EEA5;
}
</style>