Shades of Aqua Spring #ECF7EC
Tints of Aqua Spring #ECF7EC
RGB
CMYK
RGB Variations
Color information
#ECF7EC (or 0xECF7EC) is known color: Aqua Spring. HEX triplet: EC, F7 and EC. RGB value is (236,247,236). Sum of RGB (Red+Green+Blue) = 236+247+236=719 (95% of max value = 765). Red value is 236 (92.58% from 255 or 32.82% from 719); Green value is 247 (96.88% from 255 or 34.35% from 719); Blue value is 236 (92.58% from 255 or 32.82% from 719); Max value from RGB is 247 - color contains mainly: green. Hex color #ECF7EC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #ECF7EC is #130813. Grayscale: #F2F2F2. Windows color (decimal): -1247252 or 15529964. OLE color: 15529964.
HSL color Cylindrical-coordinate representation of color #ECF7EC: hue angle of 120º degrees, saturation: 0.41, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #ECF7EC is Cyan = 0.04, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
RGB | 236 | 247 | 236 | - |
CMYK | 0.04 | 0 | 0.04 | 0.03 |
HSL | 120º | 0.41% | 0.95% | - |
HSV(B) | 120º | 0.04% | 0.97% | - |
XYZ | 82.99 | 90.41 | 92.43 | - |
YUV | 242.46 | 124.36 | 123.39 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 247 | 236 | 0.04 | 0 | 0.04 | 0.03 | 120 | 0.41 | 0.95 |
Hex | EC | F7 | EC | 4 | 0 | 4 | 3 | 78 | 29 | 5F |
Octal | 354 | 367 | 354 | 4 | 0 | 4 | 3 | 170 | 51 | 137 |
Binary | 11101100 | 11110111 | 11101100 | 100 | 0 | 100 | 11 | 1111000 | 101001 | 1011111 |
Color Harmonies of #ECF7EC
Complementary color
Monochromatic Colors of #ECF7EC
Black with #ECF7EC
Text Example
Text Example
White with #ECF7EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF7EC; }
p { color: rgb(236,247,236); }
H1.HeaderClassName
{
color: #ECF7EC;
}
.AnyTagClassName
{
color: #ECF7EC;
}
</style>
background-color css
<style>
a { background-color: #ECF7EC; }
a { background-color: rgb(236,247,236); }
div.DivClassName
{
background-color: #ECF7EC;
}
.BgClassName
{
background-color: #ECF7EC;
}
</style>
border-color css
<style>
span { border-color: #ECF7EC; }
span { border-color: rgb(236,247,236); }
td.TdClassName
{
border-color: #ECF7EC;
}
.TagClassName
{
border-color: #ECF7EC;
}
</style>