#EEF1EE

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

Shades of Aqua Spring #EEF1EE

Tints of Aqua Spring #EEF1EE

Color information

#EEF1EE (or 0xEEF1EE) is unknown color: approx Aqua Spring. HEX triplet: EE, F1 and EE. RGB value is (238,241,238). Sum of RGB (Red+Green+Blue) = 238+241+238=717 (94% of max value = 765). Red value is 238 (93.36% from 255 or 33.19% from 717); Green value is 241 (94.53% from 255 or 33.61% from 717); Blue value is 238 (93.36% from 255 or 33.19% from 717); Max value from RGB is 241 - color contains mainly: green. Hex color #EEF1EE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EEF1EE is #110E11. Grayscale: #EFEFEF. Windows color (decimal): -1117714 or 15659502. OLE color: 15659502.

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

Color convert

RGB238241238-
CMYK0.0100.010.05
HSL120º9.68%93.92%-
HSV(B)120º1.24%94.51%-
XYZ82.1587.2693.4-
YUV239.76127.01126.74-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 33.19%
GREEN value IS 241 (94.53% from 255) = 33.61%
BLUE value IS 238 (93.36% from 255) = 33.19%
R=33.19%
G=33.61%
B=33.19%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2382412380.0100.010.051209.6893.92
HexEEF1EE101578a5e
Octal356361356101517012136
Binary111011101111000111101110101101111100010101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEF1EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEF1EE; }

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

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

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

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

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

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

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

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