Shades of Celadon #A4ECAE
Tints of Celadon #A4ECAE
RGB
CMYK
RGB Variations
Color information
#A4ECAE (or 0xA4ECAE) is known color: Celadon. HEX triplet: A4, EC and AE. RGB value is (164,236,174). Sum of RGB (Red+Green+Blue) = 164+236+174=574 (76% of max value = 765). Red value is 164 (64.45% from 255 or 28.57% from 574); Green value is 236 (92.58% from 255 or 41.11% from 574); Blue value is 174 (68.36% from 255 or 30.31% from 574); Max value from RGB is 236 - color contains mainly: green. Hex color #A4ECAE is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A4ECAE is #5B1351. Grayscale: #CFCFCF. Windows color (decimal): -5968722 or 11463844. OLE color: 11463844.
HSL color Cylindrical-coordinate representation of color #A4ECAE: hue angle of 128.33º degrees, saturation: 0.65, 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 #A4ECAE is Cyan = 0.31, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 164 | 236 | 174 | - |
| CMYK | 0.31 | 0 | 0.26 | 0.07 |
| HSL | 128.33º | 0.65% | 0.78% | - |
| HSV(B) | 128.33º | 0.31% | 0.93% | - |
| XYZ | 52.95 | 70.94 | 50.95 | - |
| YUV | 207.4 | 109.15 | 97.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 236 | 174 | 0.31 | 0 | 0.26 | 0.07 | 128.33 | 0.65 | 0.78 |
| Hex | A4 | EC | AE | 1F | 0 | 1A | 7 | 80 | 41 | 4E |
| Octal | 244 | 354 | 256 | 37 | 0 | 32 | 7 | 200 | 101 | 116 |
| Binary | 10100100 | 11101100 | 10101110 | 11111 | 0 | 11010 | 111 | 10000000 | 1000001 | 1001110 |
Color Harmonies of #A4ECAE
Complementary color
Monochromatic Colors of #A4ECAE
Black with #A4ECAE
Text Example
Text Example
White with #A4ECAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4ECAE; }
p { color: rgb(164,236,174); }
H1.HeaderClassName
{
color: #A4ECAE;
}
.AnyTagClassName
{
color: #A4ECAE;
}
</style>
background-color css
<style>
a { background-color: #A4ECAE; }
a { background-color: rgb(164,236,174); }
div.DivClassName
{
background-color: #A4ECAE;
}
.BgClassName
{
background-color: #A4ECAE;
}
</style>
border-color css
<style>
span { border-color: #A4ECAE; }
span { border-color: rgb(164,236,174); }
td.TdClassName
{
border-color: #A4ECAE;
}
.TagClassName
{
border-color: #A4ECAE;
}
</style>