#EEF7ED

Color #EEF7ED Aqua Spring (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Aqua Spring #EEF7ED

Tints of Aqua Spring #EEF7ED

Color information

#EEF7ED (or 0xEEF7ED) is unknown color: approx 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

RGB238247237-
CMYK0.0400.040.03
HSL114º38.46%94.9%-
HSV(B)114º4.05%96.86%-
XYZ83.8190.8193.23-
YUV243.17124.52124.31-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 238 (93.36% from 255) = 32.96%
GREEN value IS 247 (96.88% from 255) = 34.21%
BLUE value IS 237 (92.97% from 255) = 32.83%
R=32.96%
G=34.21%
B=32.83%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2382472370.0400.040.0311438.4694.9
HexEEF7ED404372265f
Octal356367355404316246137
Binary11101110111101111110110110001001111100101001101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEF7ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>