Shades of Celadon #A3ECAC
Tints of Celadon #A3ECAC
RGB
CMYK
RGB Variations
Color information
#A3ECAC (or 0xA3ECAC) is known color: Celadon. HEX triplet: A3, EC and AC. RGB value is (163,236,172). Sum of RGB (Red+Green+Blue) = 163+236+172=571 (75% of max value = 765). Red value is 163 (64.06% from 255 or 28.55% from 571); Green value is 236 (92.58% from 255 or 41.33% from 571); Blue value is 172 (67.58% from 255 or 30.12% from 571); Max value from RGB is 236 - color contains mainly: green. Hex color #A3ECAC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A3ECAC is #5C1353. Grayscale: #CFCFCF. Windows color (decimal): -6034260 or 11332771. OLE color: 11332771.
HSL color Cylindrical-coordinate representation of color #A3ECAC: hue angle of 127.4º 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 #A3ECAC is Cyan = 0.31, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 163 | 236 | 172 | - |
| CMYK | 0.31 | 0 | 0.27 | 0.07 |
| HSL | 127.4º | 0.66% | 0.78% | - |
| HSV(B) | 127.4º | 0.31% | 0.93% | - |
| XYZ | 52.55 | 70.76 | 49.92 | - |
| YUV | 206.88 | 108.32 | 96.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 236 | 172 | 0.31 | 0 | 0.27 | 0.07 | 127.4 | 0.66 | 0.78 |
| Hex | A3 | EC | AC | 1F | 0 | 1B | 7 | 7F | 42 | 4E |
| Octal | 243 | 354 | 254 | 37 | 0 | 33 | 7 | 177 | 102 | 116 |
| Binary | 10100011 | 11101100 | 10101100 | 11111 | 0 | 11011 | 111 | 1111111 | 1000010 | 1001110 |
Color Harmonies of #A3ECAC
Complementary color
Monochromatic Colors of #A3ECAC
Black with #A3ECAC
Text Example
Text Example
White with #A3ECAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3ECAC; }
p { color: rgb(163,236,172); }
H1.HeaderClassName
{
color: #A3ECAC;
}
.AnyTagClassName
{
color: #A3ECAC;
}
</style>
background-color css
<style>
a { background-color: #A3ECAC; }
a { background-color: rgb(163,236,172); }
div.DivClassName
{
background-color: #A3ECAC;
}
.BgClassName
{
background-color: #A3ECAC;
}
</style>
border-color css
<style>
span { border-color: #A3ECAC; }
span { border-color: rgb(163,236,172); }
td.TdClassName
{
border-color: #A3ECAC;
}
.TagClassName
{
border-color: #A3ECAC;
}
</style>