Shades of Aqua Spring #EDF5EC
Tints of Aqua Spring #EDF5EC
RGB
CMYK
RGB Variations
Color information
#EDF5EC (or 0xEDF5EC) is known color: Aqua Spring. HEX triplet: ED, F5 and EC. RGB value is (237,245,236). Sum of RGB (Red+Green+Blue) = 237+245+236=718 (95% of max value = 765). Red value is 237 (92.97% from 255 or 33.01% from 718); Green value is 245 (96.09% from 255 or 34.12% from 718); Blue value is 236 (92.58% from 255 or 32.87% from 718); Max value from RGB is 245 - color contains mainly: green. Hex color #EDF5EC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDF5EC is #120A13. Grayscale: #F1F1F1. Windows color (decimal): -1182228 or 15529453. OLE color: 15529453.
HSL color Cylindrical-coordinate representation of color #EDF5EC: hue angle of 113.33º degrees, saturation: 0.31, 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 #EDF5EC is Cyan = 0.03, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 237 | 245 | 236 | - |
| CMYK | 0.03 | 0 | 0.04 | 0.04 |
| HSL | 113.33º | 0.31% | 0.94% | - |
| HSV(B) | 113.33º | 0.04% | 0.96% | - |
| XYZ | 82.72 | 89.37 | 92.25 | - |
| YUV | 241.58 | 124.85 | 124.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 245 | 236 | 0.03 | 0 | 0.04 | 0.04 | 113.33 | 0.31 | 0.94 |
| Hex | ED | F5 | EC | 3 | 0 | 4 | 4 | 71 | 1F | 5E |
| Octal | 355 | 365 | 354 | 3 | 0 | 4 | 4 | 161 | 37 | 136 |
| Binary | 11101101 | 11110101 | 11101100 | 11 | 0 | 100 | 100 | 1110001 | 11111 | 1011110 |
Color Harmonies of #EDF5EC
Complementary color
Monochromatic Colors of #EDF5EC
Black with #EDF5EC
Text Example
Text Example
White with #EDF5EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF5EC; }
p { color: rgb(237,245,236); }
H1.HeaderClassName
{
color: #EDF5EC;
}
.AnyTagClassName
{
color: #EDF5EC;
}
</style>
background-color css
<style>
a { background-color: #EDF5EC; }
a { background-color: rgb(237,245,236); }
div.DivClassName
{
background-color: #EDF5EC;
}
.BgClassName
{
background-color: #EDF5EC;
}
</style>
border-color css
<style>
span { border-color: #EDF5EC; }
span { border-color: rgb(237,245,236); }
td.TdClassName
{
border-color: #EDF5EC;
}
.TagClassName
{
border-color: #EDF5EC;
}
</style>