Shades of Celadon #A2ECB4
Tints of Celadon #A2ECB4
RGB
CMYK
RGB Variations
Color information
#A2ECB4 (or 0xA2ECB4) is known color: Celadon. HEX triplet: A2, EC and B4. RGB value is (162,236,180). Sum of RGB (Red+Green+Blue) = 162+236+180=578 (76% of max value = 765). Red value is 162 (63.67% from 255 or 28.03% from 578); Green value is 236 (92.58% from 255 or 40.83% from 578); Blue value is 180 (70.70% from 255 or 31.14% from 578); Max value from RGB is 236 - color contains mainly: green. Hex color #A2ECB4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A2ECB4 is #5D134B. Grayscale: #CFCFCF. Windows color (decimal): -6099788 or 11857058. OLE color: 11857058.
HSL color Cylindrical-coordinate representation of color #A2ECB4: hue angle of 134.59º 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 #A2ECB4 is Cyan = 0.31, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 162 | 236 | 180 | - |
| CMYK | 0.31 | 0 | 0.24 | 0.07 |
| HSL | 134.59º | 0.66% | 0.78% | - |
| HSV(B) | 134.59º | 0.31% | 0.93% | - |
| XYZ | 53.13 | 70.97 | 54.08 | - |
| YUV | 207.49 | 112.48 | 95.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 236 | 180 | 0.31 | 0 | 0.24 | 0.07 | 134.59 | 0.66 | 0.78 |
| Hex | A2 | EC | B4 | 1F | 0 | 18 | 7 | 87 | 42 | 4E |
| Octal | 242 | 354 | 264 | 37 | 0 | 30 | 7 | 207 | 102 | 116 |
| Binary | 10100010 | 11101100 | 10110100 | 11111 | 0 | 11000 | 111 | 10000111 | 1000010 | 1001110 |
Color Harmonies of #A2ECB4
Complementary color
Monochromatic Colors of #A2ECB4
Black with #A2ECB4
Text Example
Text Example
White with #A2ECB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2ECB4; }
p { color: rgb(162,236,180); }
H1.HeaderClassName
{
color: #A2ECB4;
}
.AnyTagClassName
{
color: #A2ECB4;
}
</style>
background-color css
<style>
a { background-color: #A2ECB4; }
a { background-color: rgb(162,236,180); }
div.DivClassName
{
background-color: #A2ECB4;
}
.BgClassName
{
background-color: #A2ECB4;
}
</style>
border-color css
<style>
span { border-color: #A2ECB4; }
span { border-color: rgb(162,236,180); }
td.TdClassName
{
border-color: #A2ECB4;
}
.TagClassName
{
border-color: #A2ECB4;
}
</style>