#EEF2EE

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

Shades of Aqua Spring #EEF2EE

Tints of Aqua Spring #EEF2EE

Color information

#EEF2EE (or 0xEEF2EE) is unknown color: approx Aqua Spring. HEX triplet: EE, F2 and EE. RGB value is (238,242,238). Sum of RGB (Red+Green+Blue) = 238+242+238=718 (95% of max value = 765). Red value is 238 (93.36% from 255 or 33.15% from 718); Green value is 242 (94.92% from 255 or 33.70% from 718); Blue value is 238 (93.36% from 255 or 33.15% from 718); Max value from RGB is 242 - color contains mainly: green. Hex color #EEF2EE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EEF2EE is #110D11. Grayscale: #F0F0F0. Windows color (decimal): -1117458 or 15659758. OLE color: 15659758.

HSL color Cylindrical-coordinate representation of color #EEF2EE: hue angle of 120º degrees, saturation: 0.13, 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 #EEF2EE is Cyan = 0.02, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB238242238-
CMYK0.0200.020.05
HSL120º13.33%94.12%-
HSV(B)120º1.65%94.9%-
XYZ82.4487.8593.5-
YUV240.35126.67126.33-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 33.15%
GREEN value IS 242 (94.92% from 255) = 33.70%
BLUE value IS 238 (93.36% from 255) = 33.15%
R=33.15%
G=33.70%
B=33.15%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2382422380.0200.020.0512013.3394.12
HexEEF2EE202578d5e
Octal356362356202517015136
Binary11101110111100101110111010010101111100011011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEF2EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEF2EE; }

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

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

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

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

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

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

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

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