Shades of Aqua Spring #ECF2EC
Tints of Aqua Spring #ECF2EC
RGB
CMYK
RGB Variations
Color information
#ECF2EC (or 0xECF2EC) is known color: Aqua Spring. HEX triplet: EC, F2 and EC. RGB value is (236,242,236). Sum of RGB (Red+Green+Blue) = 236+242+236=714 (94% of max value = 765). Red value is 236 (92.58% from 255 or 33.05% from 714); Green value is 242 (94.92% from 255 or 33.89% from 714); Blue value is 236 (92.58% from 255 or 33.05% from 714); Max value from RGB is 242 - color contains mainly: green. Hex color #ECF2EC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #ECF2EC is #130D13. Grayscale: #EFEFEF. Windows color (decimal): -1248532 or 15528684. OLE color: 15528684.
HSL color Cylindrical-coordinate representation of color #ECF2EC: hue angle of 120º degrees, saturation: 0.19, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #ECF2EC is Cyan = 0.02, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 236 | 242 | 236 | - |
| CMYK | 0.02 | 0 | 0.02 | 0.05 |
| HSL | 120º | 0.19% | 0.94% | - |
| HSV(B) | 120º | 0.02% | 0.95% | - |
| XYZ | 81.48 | 87.39 | 91.93 | - |
| YUV | 239.52 | 126.01 | 125.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 242 | 236 | 0.02 | 0 | 0.02 | 0.05 | 120 | 0.19 | 0.94 |
| Hex | EC | F2 | EC | 2 | 0 | 2 | 5 | 78 | 13 | 5E |
| Octal | 354 | 362 | 354 | 2 | 0 | 2 | 5 | 170 | 23 | 136 |
| Binary | 11101100 | 11110010 | 11101100 | 10 | 0 | 10 | 101 | 1111000 | 10011 | 1011110 |
Color Harmonies of #ECF2EC
Complementary color
Monochromatic Colors of #ECF2EC
Black with #ECF2EC
Text Example
Text Example
White with #ECF2EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF2EC; }
p { color: rgb(236,242,236); }
H1.HeaderClassName
{
color: #ECF2EC;
}
.AnyTagClassName
{
color: #ECF2EC;
}
</style>
background-color css
<style>
a { background-color: #ECF2EC; }
a { background-color: rgb(236,242,236); }
div.DivClassName
{
background-color: #ECF2EC;
}
.BgClassName
{
background-color: #ECF2EC;
}
</style>
border-color css
<style>
span { border-color: #ECF2EC; }
span { border-color: rgb(236,242,236); }
td.TdClassName
{
border-color: #ECF2EC;
}
.TagClassName
{
border-color: #ECF2EC;
}
</style>