#ECF6EA

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

Shades of Aqua Spring #ECF6EA

Tints of Aqua Spring #ECF6EA

Color information

#ECF6EA (or 0xECF6EA) is unknown color: approx Aqua Spring. HEX triplet: EC, F6 and EA. RGB value is (236,246,234). Sum of RGB (Red+Green+Blue) = 236+246+234=716 (94% of max value = 765). Red value is 236 (92.58% from 255 or 32.96% from 716); Green value is 246 (96.48% from 255 or 34.36% from 716); Blue value is 234 (91.80% from 255 or 32.68% from 716); Max value from RGB is 246 - color contains mainly: green. Hex color #ECF6EA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #ECF6EA is #130915. Grayscale: #F1F1F1. Windows color (decimal): -1247510 or 15398636. OLE color: 15398636.

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

Color convert

RGB236246234-
CMYK0.0400.050.04
HSL110º40%94.12%-
HSV(B)110º4.88%96.47%-
XYZ82.489.6890.81-
YUV241.64123.69123.98-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 32.96%
GREEN value IS 246 (96.48% from 255) = 34.36%
BLUE value IS 234 (91.80% from 255) = 32.68%
R=32.96%
G=34.36%
B=32.68%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2362462340.0400.050.041104094.12
HexECF6EA40546e285e
Octal354366352405415650136
Binary111011001111011011101010100010110011011101010001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECF6EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECF6EA; }

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

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

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

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

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

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

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

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