Shades of Celadon #A2EBA8
Tints of Celadon #A2EBA8
RGB
CMYK
RGB Variations
Color information
#A2EBA8 (or 0xA2EBA8) is known color: Celadon. HEX triplet: A2, EB and A8. RGB value is (162,235,168). Sum of RGB (Red+Green+Blue) = 162+235+168=565 (74% of max value = 765). Red value is 162 (63.67% from 255 or 28.67% from 565); Green value is 235 (92.19% from 255 or 41.59% from 565); Blue value is 168 (66.02% from 255 or 29.73% from 565); Max value from RGB is 235 - color contains mainly: green. Hex color #A2EBA8 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A2EBA8 is #5D1457. Grayscale: #CDCDCD. Windows color (decimal): -6100056 or 11070370. OLE color: 11070370.
HSL color Cylindrical-coordinate representation of color #A2EBA8: hue angle of 124.93º 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 #A2EBA8 is Cyan = 0.31, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 162 | 235 | 168 | - |
| CMYK | 0.31 | 0 | 0.29 | 0.08 |
| HSL | 124.93º | 0.65% | 0.78% | - |
| HSV(B) | 124.93º | 0.31% | 0.92% | - |
| XYZ | 51.68 | 69.93 | 47.82 | - |
| YUV | 205.54 | 106.82 | 96.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 235 | 168 | 0.31 | 0 | 0.29 | 0.08 | 124.93 | 0.65 | 0.78 |
| Hex | A2 | EB | A8 | 1F | 0 | 1D | 8 | 7D | 41 | 4E |
| Octal | 242 | 353 | 250 | 37 | 0 | 35 | 10 | 175 | 101 | 116 |
| Binary | 10100010 | 11101011 | 10101000 | 11111 | 0 | 11101 | 1000 | 1111101 | 1000001 | 1001110 |
Color Harmonies of #A2EBA8
Complementary color
Monochromatic Colors of #A2EBA8
Black with #A2EBA8
Text Example
Text Example
White with #A2EBA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2EBA8; }
p { color: rgb(162,235,168); }
H1.HeaderClassName
{
color: #A2EBA8;
}
.AnyTagClassName
{
color: #A2EBA8;
}
</style>
background-color css
<style>
a { background-color: #A2EBA8; }
a { background-color: rgb(162,235,168); }
div.DivClassName
{
background-color: #A2EBA8;
}
.BgClassName
{
background-color: #A2EBA8;
}
</style>
border-color css
<style>
span { border-color: #A2EBA8; }
span { border-color: rgb(162,235,168); }
td.TdClassName
{
border-color: #A2EBA8;
}
.TagClassName
{
border-color: #A2EBA8;
}
</style>