#EBF4EB

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

Shades of Aqua Spring #EBF4EB

Tints of Aqua Spring #EBF4EB

Color information

#EBF4EB (or 0xEBF4EB) is unknown color: approx Aqua Spring. HEX triplet: EB, F4 and EB. RGB value is (235,244,235). Sum of RGB (Red+Green+Blue) = 235+244+235=714 (94% of max value = 765). Red value is 235 (92.19% from 255 or 32.91% from 714); Green value is 244 (95.70% from 255 or 34.17% from 714); Blue value is 235 (92.19% from 255 or 32.91% from 714); Max value from RGB is 244 - color contains mainly: green. Hex color #EBF4EB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBF4EB is #140B14. Grayscale: #F0F0F0. Windows color (decimal): -1313557 or 15463659. OLE color: 15463659.

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

Color convert

RGB235244235-
CMYK0.0400.040.04
HSL120º29.03%93.92%-
HSV(B)120º3.69%95.69%-
XYZ81.6188.3691.35-
YUV240.28125.02124.23-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 32.91%
GREEN value IS 244 (95.70% from 255) = 34.17%
BLUE value IS 235 (92.19% from 255) = 32.91%
R=32.91%
G=34.17%
B=32.91%

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
Decimal2352442350.0400.040.0412029.0393.92
HexEBF4EB4044781d5e
Octal353364353404417035136
Binary11101011111101001110101110001001001111000111011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBF4EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBF4EB; }

 p { color: rgb(235,244,235); }

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

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

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

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

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

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

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