Shades of Celadon #A3ECAE
Tints of Celadon #A3ECAE
RGB
CMYK
RGB Variations
Color information
#A3ECAE (or 0xA3ECAE) is known color: Celadon. HEX triplet: A3, EC and AE. RGB value is (163,236,174). Sum of RGB (Red+Green+Blue) = 163+236+174=573 (75% of max value = 765). Red value is 163 (64.06% from 255 or 28.45% from 573); Green value is 236 (92.58% from 255 or 41.19% from 573); Blue value is 174 (68.36% from 255 or 30.37% from 573); Max value from RGB is 236 - color contains mainly: green. Hex color #A3ECAE is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A3ECAE is #5C1351. Grayscale: #CFCFCF. Windows color (decimal): -6034258 or 11463843. OLE color: 11463843.
HSL color Cylindrical-coordinate representation of color #A3ECAE: hue angle of 129.04º 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 #A3ECAE is Cyan = 0.31, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 163 | 236 | 174 | - |
| CMYK | 0.31 | 0 | 0.26 | 0.07 |
| HSL | 129.04º | 0.66% | 0.78% | - |
| HSV(B) | 129.04º | 0.31% | 0.93% | - |
| XYZ | 52.74 | 70.83 | 50.94 | - |
| YUV | 207.11 | 109.32 | 96.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 236 | 174 | 0.31 | 0 | 0.26 | 0.07 | 129.04 | 0.66 | 0.78 |
| Hex | A3 | EC | AE | 1F | 0 | 1A | 7 | 81 | 42 | 4E |
| Octal | 243 | 354 | 256 | 37 | 0 | 32 | 7 | 201 | 102 | 116 |
| Binary | 10100011 | 11101100 | 10101110 | 11111 | 0 | 11010 | 111 | 10000001 | 1000010 | 1001110 |
Color Harmonies of #A3ECAE
Complementary color
Monochromatic Colors of #A3ECAE
Black with #A3ECAE
Text Example
Text Example
White with #A3ECAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3ECAE; }
p { color: rgb(163,236,174); }
H1.HeaderClassName
{
color: #A3ECAE;
}
.AnyTagClassName
{
color: #A3ECAE;
}
</style>
background-color css
<style>
a { background-color: #A3ECAE; }
a { background-color: rgb(163,236,174); }
div.DivClassName
{
background-color: #A3ECAE;
}
.BgClassName
{
background-color: #A3ECAE;
}
</style>
border-color css
<style>
span { border-color: #A3ECAE; }
span { border-color: rgb(163,236,174); }
td.TdClassName
{
border-color: #A3ECAE;
}
.TagClassName
{
border-color: #A3ECAE;
}
</style>