#EFF5EE

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

Shades of Aqua Spring #EFF5EE

Tints of Aqua Spring #EFF5EE

Color information

#EFF5EE (or 0xEFF5EE) is unknown color: approx Aqua Spring. HEX triplet: EF, F5 and EE. RGB value is (239,245,238). Sum of RGB (Red+Green+Blue) = 239+245+238=722 (95% of max value = 765). Red value is 239 (93.75% from 255 or 33.10% from 722); Green value is 245 (96.09% from 255 or 33.93% from 722); Blue value is 238 (93.36% from 255 or 32.96% from 722); Max value from RGB is 245 - color contains mainly: green. Hex color #EFF5EE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFF5EE is #100A11. Grayscale: #F2F2F2. Windows color (decimal): -1051154 or 15660527. OLE color: 15660527.

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

Color convert

RGB239245238-
CMYK0.0200.030.04
HSL111.43º25.93%94.71%-
HSV(B)111.43º2.86%96.08%-
XYZ83.6889.8393.82-
YUV242.41125.51125.57-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 33.10%
GREEN value IS 245 (96.09% from 255) = 33.93%
BLUE value IS 238 (93.36% from 255) = 32.96%
R=33.10%
G=33.93%
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
Decimal2392452380.0200.030.04111.4325.9394.71
HexEFF5EE20346f1a5f
Octal357365356203415732137
Binary111011111111010111101110100111001101111110101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFF5EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFF5EE; }

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

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

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

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

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

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

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

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