#EEF0EE

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

Shades of Aqua Spring #EEF0EE

Tints of Aqua Spring #EEF0EE

Color information

#EEF0EE (or 0xEEF0EE) is unknown color: approx Aqua Spring. HEX triplet: EE, F0 and EE. RGB value is (238,240,238). Sum of RGB (Red+Green+Blue) = 238+240+238=716 (94% of max value = 765). Red value is 238 (93.36% from 255 or 33.24% from 716); Green value is 240 (94.14% from 255 or 33.52% from 716); Blue value is 238 (93.36% from 255 or 33.24% from 716); Max value from RGB is 240 - color contains mainly: green. Hex color #EEF0EE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EEF0EE is #110F11. Grayscale: #EFEFEF. Windows color (decimal): -1117970 or 15659246. OLE color: 15659246.

HSL color Cylindrical-coordinate representation of color #EEF0EE: hue angle of 120º degrees, saturation: 0.06, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #EEF0EE is Cyan = 0.01, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.06.

Color convert

RGB238240238-
CMYK0.0100.010.06
HSL120º6.25%93.73%-
HSV(B)120º0.83%94.12%-
XYZ81.8586.6793.3-
YUV239.17127.34127.16-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 33.24%
GREEN value IS 240 (94.14% from 255) = 33.52%
BLUE value IS 238 (93.36% from 255) = 33.24%
R=33.24%
G=33.52%
B=33.24%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2382402380.0100.010.061206.2593.73
HexEEF0EE10167865e
Octal35636035610161706136
Binary11101110111100001110111010111011110001101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEF0EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEF0EE; }

 p { color: rgb(238,240,238); }

 H1.HeaderClassName
 {
   color: #EEF0EE;
 }
 .AnyTagClassName
 {
   color: #EEF0EE;
 }
</style>
background-color css

<style>
 a { background-color: #EEF0EE; }

 a { background-color: rgb(238,240,238); }

 div.DivClassName
 {
   background-color: #EEF0EE;
 }
 .BgClassName
 {
   background-color: #EEF0EE;
 }
</style>
border-color css

<style>
 span { border-color: #EEF0EE; }

 span { border-color: rgb(238,240,238); }

 td.TdClassName
 {
   border-color: #EEF0EE;
 }
 .TagClassName
 {
   border-color: #EEF0EE;
 }
</style>