Shades of Aqua Spring #ECF6EA
Tints of Aqua Spring #ECF6EA
RGB
CMYK
RGB Variations
Color information
#ECF6EA (or 0xECF6EA) is known color: Aqua Spring. HEX triplet: EC, F6 and EA. RGB value is (236,246,234). Sum of RGB (Red+Green+Blue) = 236+246+234=716 (94% of max value = 765). Red value is 236 (92.58% from 255 or 32.96% from 716); Green value is 246 (96.48% from 255 or 34.36% from 716); Blue value is 234 (91.80% from 255 or 32.68% from 716); Max value from RGB is 246 - color contains mainly: green. Hex color #ECF6EA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #ECF6EA is #130915. Grayscale: #F1F1F1. Windows color (decimal): -1247510 or 15398636. OLE color: 15398636.
HSL color Cylindrical-coordinate representation of color #ECF6EA: hue angle of 110º degrees, saturation: 0.4, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #ECF6EA is Cyan = 0.04, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 236 | 246 | 234 | - |
| CMYK | 0.04 | 0 | 0.05 | 0.04 |
| HSL | 110º | 0.4% | 0.94% | - |
| HSV(B) | 110º | 0.05% | 0.96% | - |
| XYZ | 82.4 | 89.68 | 90.81 | - |
| YUV | 241.64 | 123.69 | 123.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 246 | 234 | 0.04 | 0 | 0.05 | 0.04 | 110 | 0.4 | 0.94 |
| Hex | EC | F6 | EA | 4 | 0 | 5 | 4 | 6E | 28 | 5E |
| Octal | 354 | 366 | 352 | 4 | 0 | 5 | 4 | 156 | 50 | 136 |
| Binary | 11101100 | 11110110 | 11101010 | 100 | 0 | 101 | 100 | 1101110 | 101000 | 1011110 |
Color Harmonies of #ECF6EA
Complementary color
Monochromatic Colors of #ECF6EA
Black with #ECF6EA
Text Example
Text Example
White with #ECF6EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF6EA; }
p { color: rgb(236,246,234); }
H1.HeaderClassName
{
color: #ECF6EA;
}
.AnyTagClassName
{
color: #ECF6EA;
}
</style>
background-color css
<style>
a { background-color: #ECF6EA; }
a { background-color: rgb(236,246,234); }
div.DivClassName
{
background-color: #ECF6EA;
}
.BgClassName
{
background-color: #ECF6EA;
}
</style>
border-color css
<style>
span { border-color: #ECF6EA; }
span { border-color: rgb(236,246,234); }
td.TdClassName
{
border-color: #ECF6EA;
}
.TagClassName
{
border-color: #ECF6EA;
}
</style>