Shades of Aqua Spring #ECF8EC
Tints of Aqua Spring #ECF8EC
RGB
CMYK
RGB Variations
Color information
#ECF8EC (or 0xECF8EC) is known color: Aqua Spring. HEX triplet: EC, F8 and EC. RGB value is (236,248,236). Sum of RGB (Red+Green+Blue) = 236+248+236=720 (95% of max value = 765). Red value is 236 (92.58% from 255 or 32.78% from 720); Green value is 248 (97.27% from 255 or 34.44% from 720); Blue value is 236 (92.58% from 255 or 32.78% from 720); Max value from RGB is 248 - color contains mainly: green. Hex color #ECF8EC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #ECF8EC is #130713. Grayscale: #F3F3F3. Windows color (decimal): -1246996 or 15530220. OLE color: 15530220.
HSL color Cylindrical-coordinate representation of color #ECF8EC: hue angle of 120º degrees, saturation: 0.46, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #ECF8EC is Cyan = 0.05, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.03.
Color convert
RGB | 236 | 248 | 236 | - |
CMYK | 0.05 | 0 | 0.05 | 0.03 |
HSL | 120º | 0.46% | 0.95% | - |
HSV(B) | 120º | 0.05% | 0.97% | - |
XYZ | 83.3 | 91.02 | 92.54 | - |
YUV | 243.04 | 124.02 | 122.98 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 248 | 236 | 0.05 | 0 | 0.05 | 0.03 | 120 | 0.46 | 0.95 |
Hex | EC | F8 | EC | 5 | 0 | 5 | 3 | 78 | 2E | 5F |
Octal | 354 | 370 | 354 | 5 | 0 | 5 | 3 | 170 | 56 | 137 |
Binary | 11101100 | 11111000 | 11101100 | 101 | 0 | 101 | 11 | 1111000 | 101110 | 1011111 |
Color Harmonies of #ECF8EC
Complementary color
Monochromatic Colors of #ECF8EC
Black with #ECF8EC
Text Example
Text Example
White with #ECF8EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF8EC; }
p { color: rgb(236,248,236); }
H1.HeaderClassName
{
color: #ECF8EC;
}
.AnyTagClassName
{
color: #ECF8EC;
}
</style>
background-color css
<style>
a { background-color: #ECF8EC; }
a { background-color: rgb(236,248,236); }
div.DivClassName
{
background-color: #ECF8EC;
}
.BgClassName
{
background-color: #ECF8EC;
}
</style>
border-color css
<style>
span { border-color: #ECF8EC; }
span { border-color: rgb(236,248,236); }
td.TdClassName
{
border-color: #ECF8EC;
}
.TagClassName
{
border-color: #ECF8EC;
}
</style>