#EDF6EB

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

Shades of Aqua Spring #EDF6EB

Tints of Aqua Spring #EDF6EB

Color information

#EDF6EB (or 0xEDF6EB) is unknown color: approx Aqua Spring. HEX triplet: ED, F6 and EB. RGB value is (237,246,235). Sum of RGB (Red+Green+Blue) = 237+246+235=718 (95% of max value = 765). Red value is 237 (92.97% from 255 or 33.01% from 718); Green value is 246 (96.48% from 255 or 34.26% from 718); Blue value is 235 (92.19% from 255 or 32.73% from 718); Max value from RGB is 246 - color contains mainly: green. Hex color #EDF6EB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDF6EB is #120914. Grayscale: #F2F2F2. Windows color (decimal): -1181973 or 15464173. OLE color: 15464173.

HSL color Cylindrical-coordinate representation of color #EDF6EB: hue angle of 109.09º degrees, saturation: 0.38, 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 #EDF6EB is Cyan = 0.04, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.04.

Color convert

RGB237246235-
CMYK0.0400.040.04
HSL109.09º37.93%94.31%-
HSV(B)109.09º4.47%96.47%-
XYZ82.8889.9191.58-
YUV242.05124.02124.39-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 33.01%
GREEN value IS 246 (96.48% from 255) = 34.26%
BLUE value IS 235 (92.19% from 255) = 32.73%
R=33.01%
G=34.26%
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
Decimal2372462350.0400.040.04109.0937.9394.31
HexEDF6EB40446d265e
Octal355366353404415546136
Binary111011011111011011101011100010010011011011001101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF6EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF6EB; }

 p { color: rgb(237,246,235); }

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

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

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

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

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

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

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