Shades of Celadon #A2ECAC
Tints of Celadon #A2ECAC
RGB
CMYK
RGB Variations
Color information
#A2ECAC (or 0xA2ECAC) is known color: Celadon. HEX triplet: A2, EC and AC. RGB value is (162,236,172). Sum of RGB (Red+Green+Blue) = 162+236+172=570 (75% of max value = 765). Red value is 162 (63.67% from 255 or 28.42% from 570); Green value is 236 (92.58% from 255 or 41.40% from 570); Blue value is 172 (67.58% from 255 or 30.18% from 570); Max value from RGB is 236 - color contains mainly: green. Hex color #A2ECAC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A2ECAC is #5D1353. Grayscale: #CECECE. Windows color (decimal): -6099796 or 11332770. OLE color: 11332770.
HSL color Cylindrical-coordinate representation of color #A2ECAC: hue angle of 128.11º degrees, saturation: 0.66, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A2ECAC is Cyan = 0.31, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 162 | 236 | 172 | - |
| CMYK | 0.31 | 0 | 0.27 | 0.07 |
| HSL | 128.11º | 0.66% | 0.78% | - |
| HSV(B) | 128.11º | 0.31% | 0.93% | - |
| XYZ | 52.34 | 70.65 | 49.91 | - |
| YUV | 206.58 | 108.48 | 96.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 236 | 172 | 0.31 | 0 | 0.27 | 0.07 | 128.11 | 0.66 | 0.78 |
| Hex | A2 | EC | AC | 1F | 0 | 1B | 7 | 80 | 42 | 4E |
| Octal | 242 | 354 | 254 | 37 | 0 | 33 | 7 | 200 | 102 | 116 |
| Binary | 10100010 | 11101100 | 10101100 | 11111 | 0 | 11011 | 111 | 10000000 | 1000010 | 1001110 |
Color Harmonies of #A2ECAC
Complementary color
Monochromatic Colors of #A2ECAC
Black with #A2ECAC
Text Example
Text Example
White with #A2ECAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2ECAC; }
p { color: rgb(162,236,172); }
H1.HeaderClassName
{
color: #A2ECAC;
}
.AnyTagClassName
{
color: #A2ECAC;
}
</style>
background-color css
<style>
a { background-color: #A2ECAC; }
a { background-color: rgb(162,236,172); }
div.DivClassName
{
background-color: #A2ECAC;
}
.BgClassName
{
background-color: #A2ECAC;
}
</style>
border-color css
<style>
span { border-color: #A2ECAC; }
span { border-color: rgb(162,236,172); }
td.TdClassName
{
border-color: #A2ECAC;
}
.TagClassName
{
border-color: #A2ECAC;
}
</style>