Shades of Celadon #A0EEB1
Tints of Celadon #A0EEB1
RGB
CMYK
RGB Variations
Color information
#A0EEB1 (or 0xA0EEB1) is known color: Celadon. HEX triplet: A0, EE and B1. RGB value is (160,238,177). Sum of RGB (Red+Green+Blue) = 160+238+177=575 (76% of max value = 765). Red value is 160 (62.89% from 255 or 27.83% from 575); Green value is 238 (93.36% from 255 or 41.39% from 575); Blue value is 177 (69.53% from 255 or 30.78% from 575); Max value from RGB is 238 - color contains mainly: green. Hex color #A0EEB1 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0EEB1 is #5F114E. Grayscale: #CFCFCF. Windows color (decimal): -6230351 or 11660960. OLE color: 11660960.
HSL color Cylindrical-coordinate representation of color #A0EEB1: hue angle of 133.08º 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 #A0EEB1 is Cyan = 0.33, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 160 | 238 | 177 | - |
| CMYK | 0.33 | 0 | 0.26 | 0.07 |
| HSL | 133.08º | 0.7% | 0.78% | - |
| HSV(B) | 133.08º | 0.33% | 0.93% | - |
| XYZ | 53.01 | 71.8 | 52.66 | - |
| YUV | 207.72 | 110.66 | 93.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 238 | 177 | 0.33 | 0 | 0.26 | 0.07 | 133.08 | 0.7 | 0.78 |
| Hex | A0 | EE | B1 | 21 | 0 | 1A | 7 | 85 | 46 | 4E |
| Octal | 240 | 356 | 261 | 41 | 0 | 32 | 7 | 205 | 106 | 116 |
| Binary | 10100000 | 11101110 | 10110001 | 100001 | 0 | 11010 | 111 | 10000101 | 1000110 | 1001110 |
Color Harmonies of #A0EEB1
Complementary color
Monochromatic Colors of #A0EEB1
Black with #A0EEB1
Text Example
Text Example
White with #A0EEB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0EEB1; }
p { color: rgb(160,238,177); }
H1.HeaderClassName
{
color: #A0EEB1;
}
.AnyTagClassName
{
color: #A0EEB1;
}
</style>
background-color css
<style>
a { background-color: #A0EEB1; }
a { background-color: rgb(160,238,177); }
div.DivClassName
{
background-color: #A0EEB1;
}
.BgClassName
{
background-color: #A0EEB1;
}
</style>
border-color css
<style>
span { border-color: #A0EEB1; }
span { border-color: rgb(160,238,177); }
td.TdClassName
{
border-color: #A0EEB1;
}
.TagClassName
{
border-color: #A0EEB1;
}
</style>