#ECF1EB

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

Shades of Aqua Spring #ECF1EB

Tints of Aqua Spring #ECF1EB

Color information

#ECF1EB (or 0xECF1EB) is unknown color: approx Aqua Spring. HEX triplet: EC, F1 and EB. RGB value is (236,241,235). Sum of RGB (Red+Green+Blue) = 236+241+235=712 (94% of max value = 765). Red value is 236 (92.58% from 255 or 33.15% from 712); Green value is 241 (94.53% from 255 or 33.85% from 712); Blue value is 235 (92.19% from 255 or 33.01% from 712); Max value from RGB is 241 - color contains mainly: green. Hex color #ECF1EB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #ECF1EB is #130E14. Grayscale: #EEEEEE. Windows color (decimal): -1248789 or 15462892. OLE color: 15462892.

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

Color convert

RGB236241235-
CMYK0.0200.020.05
HSL110º17.65%93.33%-
HSV(B)110º2.49%94.51%-
XYZ81.0486.7491.07-
YUV238.82125.84125.99-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 33.15%
GREEN value IS 241 (94.53% from 255) = 33.85%
BLUE value IS 235 (92.19% from 255) = 33.01%
R=33.15%
G=33.85%
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.05
SystemRedGreenBlueCMYKHSL
Decimal2362412350.0200.020.0511017.6593.33
HexECF1EB20256e125d
Octal354361353202515622135
Binary111011001111000111101011100101011101110100101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECF1EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECF1EB; }

 p { color: rgb(236,241,235); }

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

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

 a { background-color: rgb(236,241,235); }

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

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

 span { border-color: rgb(236,241,235); }

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