Shades of Celadon #A2EBA3
Tints of Celadon #A2EBA3
RGB
CMYK
RGB Variations
Color information
#A2EBA3 (or 0xA2EBA3) is known color: Celadon. HEX triplet: A2, EB and A3. RGB value is (162,235,163). Sum of RGB (Red+Green+Blue) = 162+235+163=560 (74% of max value = 765). Red value is 162 (63.67% from 255 or 28.93% from 560); Green value is 235 (92.19% from 255 or 41.96% from 560); Blue value is 163 (64.06% from 255 or 29.11% from 560); Max value from RGB is 235 - color contains mainly: green. Hex color #A2EBA3 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A2EBA3 is #5D145C. Grayscale: #CDCDCD. Windows color (decimal): -6100061 or 10742690. OLE color: 10742690.
HSL color Cylindrical-coordinate representation of color #A2EBA3: hue angle of 120.82º 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 #A2EBA3 is Cyan = 0.31, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 162 | 235 | 163 | - |
| CMYK | 0.31 | 0 | 0.31 | 0.08 |
| HSL | 120.82º | 0.65% | 0.78% | - |
| HSV(B) | 120.82º | 0.31% | 0.92% | - |
| XYZ | 51.22 | 69.74 | 45.41 | - |
| YUV | 204.97 | 104.32 | 97.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 235 | 163 | 0.31 | 0 | 0.31 | 0.08 | 120.82 | 0.65 | 0.78 |
| Hex | A2 | EB | A3 | 1F | 0 | 1F | 8 | 79 | 41 | 4E |
| Octal | 242 | 353 | 243 | 37 | 0 | 37 | 10 | 171 | 101 | 116 |
| Binary | 10100010 | 11101011 | 10100011 | 11111 | 0 | 11111 | 1000 | 1111001 | 1000001 | 1001110 |
Color Harmonies of #A2EBA3
Complementary color
Monochromatic Colors of #A2EBA3
Black with #A2EBA3
Text Example
Text Example
White with #A2EBA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2EBA3; }
p { color: rgb(162,235,163); }
H1.HeaderClassName
{
color: #A2EBA3;
}
.AnyTagClassName
{
color: #A2EBA3;
}
</style>
background-color css
<style>
a { background-color: #A2EBA3; }
a { background-color: rgb(162,235,163); }
div.DivClassName
{
background-color: #A2EBA3;
}
.BgClassName
{
background-color: #A2EBA3;
}
</style>
border-color css
<style>
span { border-color: #A2EBA3; }
span { border-color: rgb(162,235,163); }
td.TdClassName
{
border-color: #A2EBA3;
}
.TagClassName
{
border-color: #A2EBA3;
}
</style>