#EEF4ED

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

Shades of Aqua Spring #EEF4ED

Tints of Aqua Spring #EEF4ED

Color information

#EEF4ED (or 0xEEF4ED) is unknown color: approx Aqua Spring. HEX triplet: EE, F4 and ED. RGB value is (238,244,237). Sum of RGB (Red+Green+Blue) = 238+244+237=719 (95% of max value = 765). Red value is 238 (93.36% from 255 or 33.10% from 719); Green value is 244 (95.70% from 255 or 33.94% from 719); Blue value is 237 (92.97% from 255 or 32.96% from 719); Max value from RGB is 244 - color contains mainly: green. Hex color #EEF4ED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EEF4ED is #110B12. Grayscale: #F1F1F1. Windows color (decimal): -1116947 or 15594734. OLE color: 15594734.

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

Color convert

RGB238244237-
CMYK0.0200.030.04
HSL111.43º24.14%94.31%-
HSV(B)111.43º2.87%95.69%-
XYZ82.988.9992.93-
YUV241.41125.51125.57-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 33.10%
GREEN value IS 244 (95.70% from 255) = 33.94%
BLUE value IS 237 (92.97% from 255) = 32.96%
R=33.10%
G=33.94%
B=32.96%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2382442370.0200.030.04111.4324.1494.31
HexEEF4ED20346f185e
Octal356364355203415730136
Binary111011101111010011101101100111001101111110001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEF4ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEF4ED; }

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

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

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

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

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

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

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

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