Shades of Celadon #A2ECB5
Tints of Celadon #A2ECB5
RGB
CMYK
RGB Variations
Color information
#A2ECB5 (or 0xA2ECB5) is known color: Celadon. HEX triplet: A2, EC and B5. RGB value is (162,236,181). Sum of RGB (Red+Green+Blue) = 162+236+181=579 (76% of max value = 765). Red value is 162 (63.67% from 255 or 27.98% from 579); Green value is 236 (92.58% from 255 or 40.76% from 579); Blue value is 181 (71.09% from 255 or 31.26% from 579); Max value from RGB is 236 - color contains mainly: green. Hex color #A2ECB5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A2ECB5 is #5D134A. Grayscale: #CFCFCF. Windows color (decimal): -6099787 or 11922594. OLE color: 11922594.
HSL color Cylindrical-coordinate representation of color #A2ECB5: hue angle of 135.41º 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 #A2ECB5 is Cyan = 0.31, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 162 | 236 | 181 | - |
| CMYK | 0.31 | 0 | 0.23 | 0.07 |
| HSL | 135.41º | 0.66% | 0.78% | - |
| HSV(B) | 135.41º | 0.31% | 0.93% | - |
| XYZ | 53.24 | 71.01 | 54.62 | - |
| YUV | 207.6 | 112.98 | 95.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 236 | 181 | 0.31 | 0 | 0.23 | 0.07 | 135.41 | 0.66 | 0.78 |
| Hex | A2 | EC | B5 | 1F | 0 | 17 | 7 | 87 | 42 | 4E |
| Octal | 242 | 354 | 265 | 37 | 0 | 27 | 7 | 207 | 102 | 116 |
| Binary | 10100010 | 11101100 | 10110101 | 11111 | 0 | 10111 | 111 | 10000111 | 1000010 | 1001110 |
Color Harmonies of #A2ECB5
Complementary color
Monochromatic Colors of #A2ECB5
Black with #A2ECB5
Text Example
Text Example
White with #A2ECB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2ECB5; }
p { color: rgb(162,236,181); }
H1.HeaderClassName
{
color: #A2ECB5;
}
.AnyTagClassName
{
color: #A2ECB5;
}
</style>
background-color css
<style>
a { background-color: #A2ECB5; }
a { background-color: rgb(162,236,181); }
div.DivClassName
{
background-color: #A2ECB5;
}
.BgClassName
{
background-color: #A2ECB5;
}
</style>
border-color css
<style>
span { border-color: #A2ECB5; }
span { border-color: rgb(162,236,181); }
td.TdClassName
{
border-color: #A2ECB5;
}
.TagClassName
{
border-color: #A2ECB5;
}
</style>