#ECF5EA

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

Shades of Aqua Spring #ECF5EA

Tints of Aqua Spring #ECF5EA

Color information

#ECF5EA (or 0xECF5EA) is unknown color: approx Aqua Spring. HEX triplet: EC, F5 and EA. RGB value is (236,245,234). Sum of RGB (Red+Green+Blue) = 236+245+234=715 (94% of max value = 765). Red value is 236 (92.58% from 255 or 33.01% from 715); Green value is 245 (96.09% from 255 or 34.27% from 715); Blue value is 234 (91.80% from 255 or 32.73% from 715); Max value from RGB is 245 - color contains mainly: green. Hex color #ECF5EA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #ECF5EA is #130A15. Grayscale: #F1F1F1. Windows color (decimal): -1247766 or 15398380. OLE color: 15398380.

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

Color convert

RGB236245234-
CMYK0.0400.040.04
HSL109.09º35.48%93.92%-
HSV(B)109.09º4.49%96.08%-
XYZ82.189.0890.71-
YUV241.06124.02124.39-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 33.01%
GREEN value IS 245 (96.09% from 255) = 34.27%
BLUE value IS 234 (91.80% from 255) = 32.73%
R=33.01%
G=34.27%
B=32.73%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2362452340.0400.040.04109.0935.4893.92
HexECF5EA40446d235e
Octal354365352404415543136
Binary111011001111010111101010100010010011011011000111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECF5EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECF5EA; }

 p { color: rgb(236,245,234); }

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

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

 a { background-color: rgb(236,245,234); }

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

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

 span { border-color: rgb(236,245,234); }

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