#EFF4EE

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

Shades of Aqua Spring #EFF4EE

Tints of Aqua Spring #EFF4EE

Color information

#EFF4EE (or 0xEFF4EE) is unknown color: approx Aqua Spring. HEX triplet: EF, F4 and EE. RGB value is (239,244,238). Sum of RGB (Red+Green+Blue) = 239+244+238=721 (95% of max value = 765). Red value is 239 (93.75% from 255 or 33.15% from 721); Green value is 244 (95.70% from 255 or 33.84% from 721); Blue value is 238 (93.36% from 255 or 33.01% from 721); Max value from RGB is 244 - color contains mainly: green. Hex color #EFF4EE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFF4EE is #100B11. Grayscale: #F1F1F1. Windows color (decimal): -1051410 or 15660271. OLE color: 15660271.

HSL color Cylindrical-coordinate representation of color #EFF4EE: hue angle of 110º 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 #EFF4EE is Cyan = 0.02, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.04.

Color convert

RGB239244238-
CMYK0.0200.020.04
HSL110º21.43%94.51%-
HSV(B)110º2.46%95.69%-
XYZ83.3889.2393.72-
YUV241.82125.84125.99-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 33.15%
GREEN value IS 244 (95.70% from 255) = 33.84%
BLUE value IS 238 (93.36% from 255) = 33.01%
R=33.15%
G=33.84%
B=33.01%

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
Decimal2392442380.0200.020.0411021.4394.51
HexEFF4EE20246e155f
Octal357364356202415625137
Binary111011111111010011101110100101001101110101011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFF4EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFF4EE; }

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

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

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

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

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

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

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

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