Shades of Aqua Spring #EEF7ED
Tints of Aqua Spring #EEF7ED
RGB
CMYK
RGB Variations
Color information
#EEF7ED (or 0xEEF7ED) is known color: Aqua Spring. HEX triplet: EE, F7 and ED. RGB value is (238,247,237). Sum of RGB (Red+Green+Blue) = 238+247+237=722 (95% of max value = 765). Red value is 238 (93.36% from 255 or 32.96% from 722); Green value is 247 (96.88% from 255 or 34.21% from 722); Blue value is 237 (92.97% from 255 or 32.83% from 722); Max value from RGB is 247 - color contains mainly: green. Hex color #EEF7ED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EEF7ED is #110812. Grayscale: #F3F3F3. Windows color (decimal): -1116179 or 15595502. OLE color: 15595502.
HSL color Cylindrical-coordinate representation of color #EEF7ED: hue angle of 114º degrees, saturation: 0.38, 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 #EEF7ED is Cyan = 0.04, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
RGB | 238 | 247 | 237 | - |
CMYK | 0.04 | 0 | 0.04 | 0.03 |
HSL | 114º | 0.38% | 0.95% | - |
HSV(B) | 114º | 0.04% | 0.97% | - |
XYZ | 83.81 | 90.81 | 93.23 | - |
YUV | 243.17 | 124.52 | 124.31 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 247 | 237 | 0.04 | 0 | 0.04 | 0.03 | 114 | 0.38 | 0.95 |
Hex | EE | F7 | ED | 4 | 0 | 4 | 3 | 72 | 26 | 5F |
Octal | 356 | 367 | 355 | 4 | 0 | 4 | 3 | 162 | 46 | 137 |
Binary | 11101110 | 11110111 | 11101101 | 100 | 0 | 100 | 11 | 1110010 | 100110 | 1011111 |
Color Harmonies of #EEF7ED
Complementary color
Monochromatic Colors of #EEF7ED
Black with #EEF7ED
Text Example
Text Example
White with #EEF7ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF7ED; }
p { color: rgb(238,247,237); }
H1.HeaderClassName
{
color: #EEF7ED;
}
.AnyTagClassName
{
color: #EEF7ED;
}
</style>
background-color css
<style>
a { background-color: #EEF7ED; }
a { background-color: rgb(238,247,237); }
div.DivClassName
{
background-color: #EEF7ED;
}
.BgClassName
{
background-color: #EEF7ED;
}
</style>
border-color css
<style>
span { border-color: #EEF7ED; }
span { border-color: rgb(238,247,237); }
td.TdClassName
{
border-color: #EEF7ED;
}
.TagClassName
{
border-color: #EEF7ED;
}
</style>