Shades of Celadon #A1EBA3
Tints of Celadon #A1EBA3
RGB
CMYK
RGB Variations
Color information
#A1EBA3 (or 0xA1EBA3) is known color: Celadon. HEX triplet: A1, EB and A3. RGB value is (161,235,163). Sum of RGB (Red+Green+Blue) = 161+235+163=559 (74% of max value = 765). Red value is 161 (63.28% from 255 or 28.80% from 559); Green value is 235 (92.19% from 255 or 42.04% from 559); Blue value is 163 (64.06% from 255 or 29.16% from 559); Max value from RGB is 235 - color contains mainly: green. Hex color #A1EBA3 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A1EBA3 is #5E145C. Grayscale: #CCCCCC. Windows color (decimal): -6165597 or 10742689. OLE color: 10742689.
HSL color Cylindrical-coordinate representation of color #A1EBA3: hue angle of 121.62º degrees, saturation: 0.65, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A1EBA3 is Cyan = 0.31, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 161 | 235 | 163 | - |
| CMYK | 0.31 | 0 | 0.31 | 0.08 |
| HSL | 121.62º | 0.65% | 0.78% | - |
| HSV(B) | 121.62º | 0.31% | 0.92% | - |
| XYZ | 51.02 | 69.64 | 45.4 | - |
| YUV | 204.67 | 104.48 | 96.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 235 | 163 | 0.31 | 0 | 0.31 | 0.08 | 121.62 | 0.65 | 0.78 |
| Hex | A1 | EB | A3 | 1F | 0 | 1F | 8 | 7A | 41 | 4E |
| Octal | 241 | 353 | 243 | 37 | 0 | 37 | 10 | 172 | 101 | 116 |
| Binary | 10100001 | 11101011 | 10100011 | 11111 | 0 | 11111 | 1000 | 1111010 | 1000001 | 1001110 |
Color Harmonies of #A1EBA3
Complementary color
Monochromatic Colors of #A1EBA3
Black with #A1EBA3
Text Example
Text Example
White with #A1EBA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1EBA3; }
p { color: rgb(161,235,163); }
H1.HeaderClassName
{
color: #A1EBA3;
}
.AnyTagClassName
{
color: #A1EBA3;
}
</style>
background-color css
<style>
a { background-color: #A1EBA3; }
a { background-color: rgb(161,235,163); }
div.DivClassName
{
background-color: #A1EBA3;
}
.BgClassName
{
background-color: #A1EBA3;
}
</style>
border-color css
<style>
span { border-color: #A1EBA3; }
span { border-color: rgb(161,235,163); }
td.TdClassName
{
border-color: #A1EBA3;
}
.TagClassName
{
border-color: #A1EBA3;
}
</style>