#EBF6EA

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

Shades of Aqua Spring #EBF6EA

Tints of Aqua Spring #EBF6EA

Color information

#EBF6EA (or 0xEBF6EA) is unknown color: approx Aqua Spring. HEX triplet: EB, F6 and EA. RGB value is (235,246,234). Sum of RGB (Red+Green+Blue) = 235+246+234=715 (94% of max value = 765). Red value is 235 (92.19% from 255 or 32.87% from 715); Green value is 246 (96.48% from 255 or 34.41% from 715); Blue value is 234 (91.80% from 255 or 32.73% from 715); Max value from RGB is 246 - color contains mainly: green. Hex color #EBF6EA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBF6EA is #140915. Grayscale: #F1F1F1. Windows color (decimal): -1313046 or 15398635. OLE color: 15398635.

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

Color convert

RGB235246234-
CMYK0.0400.050.04
HSL115º40%94.12%-
HSV(B)115º4.88%96.47%-
XYZ82.0789.5190.79-
YUV241.34123.86123.48-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 32.87%
GREEN value IS 246 (96.48% from 255) = 34.41%
BLUE value IS 234 (91.80% from 255) = 32.73%
R=32.87%
G=34.41%
B=32.73%

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
Decimal2352462340.0400.050.041154094.12
HexEBF6EA405473285e
Octal353366352405416350136
Binary111010111111011011101010100010110011100111010001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBF6EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBF6EA; }

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

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

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

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

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

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

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

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