Shades of Aqua Spring #ECF3EC
Tints of Aqua Spring #ECF3EC
RGB
CMYK
RGB Variations
Color information
#ECF3EC (or 0xECF3EC) is known color: Aqua Spring. HEX triplet: EC, F3 and EC. RGB value is (236,243,236). Sum of RGB (Red+Green+Blue) = 236+243+236=715 (94% of max value = 765). Red value is 236 (92.58% from 255 or 33.01% from 715); Green value is 243 (95.31% from 255 or 33.99% from 715); Blue value is 236 (92.58% from 255 or 33.01% from 715); Max value from RGB is 243 - color contains mainly: green. Hex color #ECF3EC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #ECF3EC is #130C13. Grayscale: #F0F0F0. Windows color (decimal): -1248276 or 15528940. OLE color: 15528940.
HSL color Cylindrical-coordinate representation of color #ECF3EC: hue angle of 120º degrees, saturation: 0.23, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #ECF3EC is Cyan = 0.03, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.05.
Color convert
RGB | 236 | 243 | 236 | - |
CMYK | 0.03 | 0 | 0.03 | 0.05 |
HSL | 120º | 0.23% | 0.94% | - |
HSV(B) | 120º | 0.03% | 0.95% | - |
XYZ | 81.78 | 87.99 | 92.03 | - |
YUV | 240.11 | 125.68 | 125.07 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 243 | 236 | 0.03 | 0 | 0.03 | 0.05 | 120 | 0.23 | 0.94 |
Hex | EC | F3 | EC | 3 | 0 | 3 | 5 | 78 | 17 | 5E |
Octal | 354 | 363 | 354 | 3 | 0 | 3 | 5 | 170 | 27 | 136 |
Binary | 11101100 | 11110011 | 11101100 | 11 | 0 | 11 | 101 | 1111000 | 10111 | 1011110 |
Color Harmonies of #ECF3EC
Complementary color
Monochromatic Colors of #ECF3EC
Black with #ECF3EC
Text Example
Text Example
White with #ECF3EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF3EC; }
p { color: rgb(236,243,236); }
H1.HeaderClassName
{
color: #ECF3EC;
}
.AnyTagClassName
{
color: #ECF3EC;
}
</style>
background-color css
<style>
a { background-color: #ECF3EC; }
a { background-color: rgb(236,243,236); }
div.DivClassName
{
background-color: #ECF3EC;
}
.BgClassName
{
background-color: #ECF3EC;
}
</style>
border-color css
<style>
span { border-color: #ECF3EC; }
span { border-color: rgb(236,243,236); }
td.TdClassName
{
border-color: #ECF3EC;
}
.TagClassName
{
border-color: #ECF3EC;
}
</style>