#EBF5EA

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

Shades of Aqua Spring #EBF5EA

Tints of Aqua Spring #EBF5EA

Color information

#EBF5EA (or 0xEBF5EA) is unknown color: approx Aqua Spring. HEX triplet: EB, F5 and EA. RGB value is (235,245,234). Sum of RGB (Red+Green+Blue) = 235+245+234=714 (94% of max value = 765). Red value is 235 (92.19% from 255 or 32.91% from 714); Green value is 245 (96.09% from 255 or 34.31% from 714); Blue value is 234 (91.80% from 255 or 32.77% from 714); Max value from RGB is 245 - color contains mainly: green. Hex color #EBF5EA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBF5EA is #140A15. Grayscale: #F0F0F0. Windows color (decimal): -1313302 or 15398379. OLE color: 15398379.

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

Color convert

RGB235245234-
CMYK0.0400.040.04
HSL114.55º35.48%93.92%-
HSV(B)114.55º4.49%96.08%-
XYZ81.7688.9190.69-
YUV240.76124.19123.89-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 32.91%
GREEN value IS 245 (96.09% from 255) = 34.31%
BLUE value IS 234 (91.80% from 255) = 32.77%
R=32.91%
G=34.31%
B=32.77%

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
Decimal2352452340.0400.040.04114.5535.4893.92
HexEBF5EA404473235e
Octal353365352404416343136
Binary111010111111010111101010100010010011100111000111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBF5EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBF5EA; }

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

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

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

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

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

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

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

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