#EBF7EA

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

Shades of Aqua Spring #EBF7EA

Tints of Aqua Spring #EBF7EA

Color information

#EBF7EA (or 0xEBF7EA) is unknown color: approx Aqua Spring. HEX triplet: EB, F7 and EA. RGB value is (235,247,234). Sum of RGB (Red+Green+Blue) = 235+247+234=716 (94% of max value = 765). Red value is 235 (92.19% from 255 or 32.82% from 716); Green value is 247 (96.88% from 255 or 34.50% from 716); Blue value is 234 (91.80% from 255 or 32.68% from 716); Max value from RGB is 247 - color contains mainly: green. Hex color #EBF7EA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBF7EA is #140815. Grayscale: #F1F1F1. Windows color (decimal): -1312790 or 15398891. OLE color: 15398891.

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

Color convert

RGB235247234-
CMYK0.0500.050.03
HSL115.38º44.83%94.31%-
HSV(B)115.38º5.26%96.86%-
XYZ82.3790.1290.9-
YUV241.93123.52123.06-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 32.82%
GREEN value IS 247 (96.88% from 255) = 34.50%
BLUE value IS 234 (91.80% from 255) = 32.68%
R=32.82%
G=34.50%
B=32.68%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2352472340.0500.050.03115.3844.8394.31
HexEBF7EA5053732d5e
Octal353367352505316355136
Binary11101011111101111110101010101011111100111011011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBF7EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBF7EA; }

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

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

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

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

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

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

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

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