#EEF4EE

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

Shades of Aqua Spring #EEF4EE

Tints of Aqua Spring #EEF4EE

Color information

#EEF4EE (or 0xEEF4EE) is unknown color: approx Aqua Spring. HEX triplet: EE, F4 and EE. RGB value is (238,244,238). Sum of RGB (Red+Green+Blue) = 238+244+238=720 (95% of max value = 765). Red value is 238 (93.36% from 255 or 33.06% from 720); Green value is 244 (95.70% from 255 or 33.89% from 720); Blue value is 238 (93.36% from 255 or 33.06% from 720); Max value from RGB is 244 - color contains mainly: green. Hex color #EEF4EE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EEF4EE is #110B11. Grayscale: #F1F1F1. Windows color (decimal): -1116946 or 15660270. OLE color: 15660270.

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

Color convert

RGB238244238-
CMYK0.0200.020.04
HSL120º21.43%94.51%-
HSV(B)120º2.46%95.69%-
XYZ83.0489.0593.7-
YUV241.52126.01125.49-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 33.06%
GREEN value IS 244 (95.70% from 255) = 33.89%
BLUE value IS 238 (93.36% from 255) = 33.06%
R=33.06%
G=33.89%
B=33.06%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2382442380.0200.020.0412021.4394.51
HexEEF4EE202478155f
Octal356364356202417025137
Binary111011101111010011101110100101001111000101011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEF4EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEF4EE; }

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

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

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

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

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

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

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

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