Shades of Aqua Spring #ECF5EA
Tints of Aqua Spring #ECF5EA
RGB
CMYK
RGB Variations
Color information
#ECF5EA (or 0xECF5EA) is known color: Aqua Spring. HEX triplet: EC, F5 and EA. RGB value is (236,245,234). Sum of RGB (Red+Green+Blue) = 236+245+234=715 (94% of max value = 765). Red value is 236 (92.58% from 255 or 33.01% from 715); Green value is 245 (96.09% from 255 or 34.27% from 715); Blue value is 234 (91.80% from 255 or 32.73% from 715); Max value from RGB is 245 - color contains mainly: green. Hex color #ECF5EA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #ECF5EA is #130A15. Grayscale: #F1F1F1. Windows color (decimal): -1247766 or 15398380. OLE color: 15398380.
HSL color Cylindrical-coordinate representation of color #ECF5EA: hue angle of 109.09º degrees, saturation: 0.35, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #ECF5EA is Cyan = 0.04, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 236 | 245 | 234 | - |
| CMYK | 0.04 | 0 | 0.04 | 0.04 |
| HSL | 109.09º | 0.35% | 0.94% | - |
| HSV(B) | 109.09º | 0.04% | 0.96% | - |
| XYZ | 82.1 | 89.08 | 90.71 | - |
| YUV | 241.06 | 124.02 | 124.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 245 | 234 | 0.04 | 0 | 0.04 | 0.04 | 109.09 | 0.35 | 0.94 |
| Hex | EC | F5 | EA | 4 | 0 | 4 | 4 | 6D | 23 | 5E |
| Octal | 354 | 365 | 352 | 4 | 0 | 4 | 4 | 155 | 43 | 136 |
| Binary | 11101100 | 11110101 | 11101010 | 100 | 0 | 100 | 100 | 1101101 | 100011 | 1011110 |
Color Harmonies of #ECF5EA
Complementary color
Monochromatic Colors of #ECF5EA
Black with #ECF5EA
Text Example
Text Example
White with #ECF5EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF5EA; }
p { color: rgb(236,245,234); }
H1.HeaderClassName
{
color: #ECF5EA;
}
.AnyTagClassName
{
color: #ECF5EA;
}
</style>
background-color css
<style>
a { background-color: #ECF5EA; }
a { background-color: rgb(236,245,234); }
div.DivClassName
{
background-color: #ECF5EA;
}
.BgClassName
{
background-color: #ECF5EA;
}
</style>
border-color css
<style>
span { border-color: #ECF5EA; }
span { border-color: rgb(236,245,234); }
td.TdClassName
{
border-color: #ECF5EA;
}
.TagClassName
{
border-color: #ECF5EA;
}
</style>