#EDF1ED

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

Shades of Aqua Spring #EDF1ED

Tints of Aqua Spring #EDF1ED

Color information

#EDF1ED (or 0xEDF1ED) is unknown color: approx Aqua Spring. HEX triplet: ED, F1 and ED. RGB value is (237,241,237). Sum of RGB (Red+Green+Blue) = 237+241+237=715 (94% of max value = 765). Red value is 237 (92.97% from 255 or 33.15% from 715); Green value is 241 (94.53% from 255 or 33.71% from 715); Blue value is 237 (92.97% from 255 or 33.15% from 715); Max value from RGB is 241 - color contains mainly: green. Hex color #EDF1ED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDF1ED is #120E12. Grayscale: #EFEFEF. Windows color (decimal): -1183251 or 15593965. OLE color: 15593965.

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

Color convert

RGB237241237-
CMYK0.0200.020.05
HSL120º12.5%93.73%-
HSV(B)120º1.66%94.51%-
XYZ81.6787.0392.61-
YUV239.35126.67126.33-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 33.15%
GREEN value IS 241 (94.53% from 255) = 33.71%
BLUE value IS 237 (92.97% from 255) = 33.15%
R=33.15%
G=33.71%
B=33.15%

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
Decimal2372412370.0200.020.0512012.593.73
HexEDF1ED202578d5e
Octal355361355202517015136
Binary11101101111100011110110110010101111100011011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF1ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF1ED; }

 p { color: rgb(237,241,237); }

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

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

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

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

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

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

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