Shades of Celadon #A2ECAF
Tints of Celadon #A2ECAF
RGB
CMYK
RGB Variations
Color information
#A2ECAF (or 0xA2ECAF) is known color: Celadon. HEX triplet: A2, EC and AF. RGB value is (162,236,175). Sum of RGB (Red+Green+Blue) = 162+236+175=573 (75% of max value = 765). Red value is 162 (63.67% from 255 or 28.27% from 573); Green value is 236 (92.58% from 255 or 41.19% from 573); Blue value is 175 (68.75% from 255 or 30.54% from 573); Max value from RGB is 236 - color contains mainly: green. Hex color #A2ECAF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A2ECAF is #5D1350. Grayscale: #CFCFCF. Windows color (decimal): -6099793 or 11529378. OLE color: 11529378.
HSL color Cylindrical-coordinate representation of color #A2ECAF: hue angle of 130.54º 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 #A2ECAF is Cyan = 0.31, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 162 | 236 | 175 | - |
| CMYK | 0.31 | 0 | 0.26 | 0.07 |
| HSL | 130.54º | 0.66% | 0.78% | - |
| HSV(B) | 130.54º | 0.31% | 0.93% | - |
| XYZ | 52.63 | 70.77 | 51.44 | - |
| YUV | 206.92 | 109.98 | 95.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 236 | 175 | 0.31 | 0 | 0.26 | 0.07 | 130.54 | 0.66 | 0.78 |
| Hex | A2 | EC | AF | 1F | 0 | 1A | 7 | 83 | 42 | 4E |
| Octal | 242 | 354 | 257 | 37 | 0 | 32 | 7 | 203 | 102 | 116 |
| Binary | 10100010 | 11101100 | 10101111 | 11111 | 0 | 11010 | 111 | 10000011 | 1000010 | 1001110 |
Color Harmonies of #A2ECAF
Complementary color
Monochromatic Colors of #A2ECAF
Black with #A2ECAF
Text Example
Text Example
White with #A2ECAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2ECAF; }
p { color: rgb(162,236,175); }
H1.HeaderClassName
{
color: #A2ECAF;
}
.AnyTagClassName
{
color: #A2ECAF;
}
</style>
background-color css
<style>
a { background-color: #A2ECAF; }
a { background-color: rgb(162,236,175); }
div.DivClassName
{
background-color: #A2ECAF;
}
.BgClassName
{
background-color: #A2ECAF;
}
</style>
border-color css
<style>
span { border-color: #A2ECAF; }
span { border-color: rgb(162,236,175); }
td.TdClassName
{
border-color: #A2ECAF;
}
.TagClassName
{
border-color: #A2ECAF;
}
</style>