Shades of Celadon #A4ECAF
Tints of Celadon #A4ECAF
RGB
CMYK
RGB Variations
Color information
#A4ECAF (or 0xA4ECAF) is known color: Celadon. HEX triplet: A4, EC and AF. RGB value is (164,236,175). Sum of RGB (Red+Green+Blue) = 164+236+175=575 (76% of max value = 765). Red value is 164 (64.45% from 255 or 28.52% from 575); Green value is 236 (92.58% from 255 or 41.04% from 575); Blue value is 175 (68.75% from 255 or 30.43% from 575); Max value from RGB is 236 - color contains mainly: green. Hex color #A4ECAF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A4ECAF is #5B1350. Grayscale: #CFCFCF. Windows color (decimal): -5968721 or 11529380. OLE color: 11529380.
HSL color Cylindrical-coordinate representation of color #A4ECAF: hue angle of 129.17º 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 #A4ECAF is Cyan = 0.31, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 164 | 236 | 175 | - |
| CMYK | 0.31 | 0 | 0.26 | 0.07 |
| HSL | 129.17º | 0.65% | 0.78% | - |
| HSV(B) | 129.17º | 0.31% | 0.93% | - |
| XYZ | 53.04 | 70.98 | 51.46 | - |
| YUV | 207.52 | 109.65 | 96.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 236 | 175 | 0.31 | 0 | 0.26 | 0.07 | 129.17 | 0.65 | 0.78 |
| Hex | A4 | EC | AF | 1F | 0 | 1A | 7 | 81 | 41 | 4E |
| Octal | 244 | 354 | 257 | 37 | 0 | 32 | 7 | 201 | 101 | 116 |
| Binary | 10100100 | 11101100 | 10101111 | 11111 | 0 | 11010 | 111 | 10000001 | 1000001 | 1001110 |
Color Harmonies of #A4ECAF
Complementary color
Monochromatic Colors of #A4ECAF
Black with #A4ECAF
Text Example
Text Example
White with #A4ECAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4ECAF; }
p { color: rgb(164,236,175); }
H1.HeaderClassName
{
color: #A4ECAF;
}
.AnyTagClassName
{
color: #A4ECAF;
}
</style>
background-color css
<style>
a { background-color: #A4ECAF; }
a { background-color: rgb(164,236,175); }
div.DivClassName
{
background-color: #A4ECAF;
}
.BgClassName
{
background-color: #A4ECAF;
}
</style>
border-color css
<style>
span { border-color: #A4ECAF; }
span { border-color: rgb(164,236,175); }
td.TdClassName
{
border-color: #A4ECAF;
}
.TagClassName
{
border-color: #A4ECAF;
}
</style>