Shades of Celadon #A2EBA4
Tints of Celadon #A2EBA4
RGB
CMYK
RGB Variations
Color information
#A2EBA4 (or 0xA2EBA4) is known color: Celadon. HEX triplet: A2, EB and A4. RGB value is (162,235,164). Sum of RGB (Red+Green+Blue) = 162+235+164=561 (74% of max value = 765). Red value is 162 (63.67% from 255 or 28.88% from 561); Green value is 235 (92.19% from 255 or 41.89% from 561); Blue value is 164 (64.45% from 255 or 29.23% from 561); Max value from RGB is 235 - color contains mainly: green. Hex color #A2EBA4 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A2EBA4 is #5D145B. Grayscale: #CDCDCD. Windows color (decimal): -6100060 or 10808226. OLE color: 10808226.
HSL color Cylindrical-coordinate representation of color #A2EBA4: hue angle of 121.64º 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 #A2EBA4 is Cyan = 0.31, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 162 | 235 | 164 | - |
| CMYK | 0.31 | 0 | 0.30 | 0.08 |
| HSL | 121.64º | 0.65% | 0.78% | - |
| HSV(B) | 121.64º | 0.31% | 0.92% | - |
| XYZ | 51.31 | 69.78 | 45.89 | - |
| YUV | 205.08 | 104.82 | 97.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 235 | 164 | 0.31 | 0 | 0.30 | 0.08 | 121.64 | 0.65 | 0.78 |
| Hex | A2 | EB | A4 | 1F | 0 | 1E | 8 | 7A | 41 | 4E |
| Octal | 242 | 353 | 244 | 37 | 0 | 36 | 10 | 172 | 101 | 116 |
| Binary | 10100010 | 11101011 | 10100100 | 11111 | 0 | 11110 | 1000 | 1111010 | 1000001 | 1001110 |
Color Harmonies of #A2EBA4
Complementary color
Monochromatic Colors of #A2EBA4
Black with #A2EBA4
Text Example
Text Example
White with #A2EBA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2EBA4; }
p { color: rgb(162,235,164); }
H1.HeaderClassName
{
color: #A2EBA4;
}
.AnyTagClassName
{
color: #A2EBA4;
}
</style>
background-color css
<style>
a { background-color: #A2EBA4; }
a { background-color: rgb(162,235,164); }
div.DivClassName
{
background-color: #A2EBA4;
}
.BgClassName
{
background-color: #A2EBA4;
}
</style>
border-color css
<style>
span { border-color: #A2EBA4; }
span { border-color: rgb(162,235,164); }
td.TdClassName
{
border-color: #A2EBA4;
}
.TagClassName
{
border-color: #A2EBA4;
}
</style>