Shades of Celadon #A2EBA7
Tints of Celadon #A2EBA7
RGB
CMYK
RGB Variations
Color information
#A2EBA7 (or 0xA2EBA7) is known color: Celadon. HEX triplet: A2, EB and A7. RGB value is (162,235,167). Sum of RGB (Red+Green+Blue) = 162+235+167=564 (74% of max value = 765). Red value is 162 (63.67% from 255 or 28.72% from 564); Green value is 235 (92.19% from 255 or 41.67% from 564); Blue value is 167 (65.62% from 255 or 29.61% from 564); Max value from RGB is 235 - color contains mainly: green. Hex color #A2EBA7 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A2EBA7 is #5D1458. Grayscale: #CDCDCD. Windows color (decimal): -6100057 or 11004834. OLE color: 11004834.
HSL color Cylindrical-coordinate representation of color #A2EBA7: hue angle of 124.11º 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 #A2EBA7 is Cyan = 0.31, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 162 | 235 | 167 | - |
| CMYK | 0.31 | 0 | 0.29 | 0.08 |
| HSL | 124.11º | 0.65% | 0.78% | - |
| HSV(B) | 124.11º | 0.31% | 0.92% | - |
| XYZ | 51.58 | 69.89 | 47.33 | - |
| YUV | 205.42 | 106.32 | 97.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 235 | 167 | 0.31 | 0 | 0.29 | 0.08 | 124.11 | 0.65 | 0.78 |
| Hex | A2 | EB | A7 | 1F | 0 | 1D | 8 | 7C | 41 | 4E |
| Octal | 242 | 353 | 247 | 37 | 0 | 35 | 10 | 174 | 101 | 116 |
| Binary | 10100010 | 11101011 | 10100111 | 11111 | 0 | 11101 | 1000 | 1111100 | 1000001 | 1001110 |
Color Harmonies of #A2EBA7
Complementary color
Monochromatic Colors of #A2EBA7
Black with #A2EBA7
Text Example
Text Example
White with #A2EBA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2EBA7; }
p { color: rgb(162,235,167); }
H1.HeaderClassName
{
color: #A2EBA7;
}
.AnyTagClassName
{
color: #A2EBA7;
}
</style>
background-color css
<style>
a { background-color: #A2EBA7; }
a { background-color: rgb(162,235,167); }
div.DivClassName
{
background-color: #A2EBA7;
}
.BgClassName
{
background-color: #A2EBA7;
}
</style>
border-color css
<style>
span { border-color: #A2EBA7; }
span { border-color: rgb(162,235,167); }
td.TdClassName
{
border-color: #A2EBA7;
}
.TagClassName
{
border-color: #A2EBA7;
}
</style>