#EBF8EA

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

Shades of Aqua Spring #EBF8EA

Tints of Aqua Spring #EBF8EA

Color information

#EBF8EA (or 0xEBF8EA) is unknown color: approx Aqua Spring. HEX triplet: EB, F8 and EA. RGB value is (235,248,234). Sum of RGB (Red+Green+Blue) = 235+248+234=717 (94% of max value = 765). Red value is 235 (92.19% from 255 or 32.78% from 717); Green value is 248 (97.27% from 255 or 34.59% from 717); Blue value is 234 (91.80% from 255 or 32.64% from 717); Max value from RGB is 248 - color contains mainly: green. Hex color #EBF8EA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBF8EA is #140715. Grayscale: #F2F2F2. Windows color (decimal): -1312534 or 15399147. OLE color: 15399147.

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

Color convert

RGB235248234-
CMYK0.0500.060.03
HSL115.71º50%94.51%-
HSV(B)115.71º5.65%97.25%-
XYZ82.6890.7491-
YUV242.52123.19122.64-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 32.78%
GREEN value IS 248 (97.27% from 255) = 34.59%
BLUE value IS 234 (91.80% from 255) = 32.64%
R=32.78%
G=34.59%
B=32.64%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2352482340.0500.060.03115.715094.51
HexEBF8EA506374325f
Octal353370352506316462137
Binary11101011111110001110101010101101111101001100101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBF8EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBF8EA; }

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

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

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

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

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

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

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

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