Shades of Aqua Spring #EDF2EC
Tints of Aqua Spring #EDF2EC
RGB
CMYK
RGB Variations
Color information
#EDF2EC (or 0xEDF2EC) is known color: Aqua Spring. HEX triplet: ED, F2 and EC. RGB value is (237,242,236). Sum of RGB (Red+Green+Blue) = 237+242+236=715 (94% of max value = 765). Red value is 237 (92.97% from 255 or 33.15% from 715); Green value is 242 (94.92% from 255 or 33.85% from 715); Blue value is 236 (92.58% from 255 or 33.01% from 715); Max value from RGB is 242 - color contains mainly: green. Hex color #EDF2EC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDF2EC is #120D13. Grayscale: #EFEFEF. Windows color (decimal): -1182996 or 15528685. OLE color: 15528685.
HSL color Cylindrical-coordinate representation of color #EDF2EC: hue angle of 110º degrees, saturation: 0.19, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #EDF2EC is Cyan = 0.02, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
RGB | 237 | 242 | 236 | - |
CMYK | 0.02 | 0 | 0.02 | 0.05 |
HSL | 110º | 0.19% | 0.94% | - |
HSV(B) | 110º | 0.02% | 0.95% | - |
XYZ | 81.82 | 87.56 | 91.95 | - |
YUV | 239.82 | 125.84 | 125.99 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 242 | 236 | 0.02 | 0 | 0.02 | 0.05 | 110 | 0.19 | 0.94 |
Hex | ED | F2 | EC | 2 | 0 | 2 | 5 | 6E | 13 | 5E |
Octal | 355 | 362 | 354 | 2 | 0 | 2 | 5 | 156 | 23 | 136 |
Binary | 11101101 | 11110010 | 11101100 | 10 | 0 | 10 | 101 | 1101110 | 10011 | 1011110 |
Color Harmonies of #EDF2EC
Complementary color
Monochromatic Colors of #EDF2EC
Black with #EDF2EC
Text Example
Text Example
White with #EDF2EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF2EC; }
p { color: rgb(237,242,236); }
H1.HeaderClassName
{
color: #EDF2EC;
}
.AnyTagClassName
{
color: #EDF2EC;
}
</style>
background-color css
<style>
a { background-color: #EDF2EC; }
a { background-color: rgb(237,242,236); }
div.DivClassName
{
background-color: #EDF2EC;
}
.BgClassName
{
background-color: #EDF2EC;
}
</style>
border-color css
<style>
span { border-color: #EDF2EC; }
span { border-color: rgb(237,242,236); }
td.TdClassName
{
border-color: #EDF2EC;
}
.TagClassName
{
border-color: #EDF2EC;
}
</style>