#EBF0EB

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

Shades of Aqua Spring #EBF0EB

Tints of Aqua Spring #EBF0EB

Color information

#EBF0EB (or 0xEBF0EB) is unknown color: approx Aqua Spring. HEX triplet: EB, F0 and EB. RGB value is (235,240,235). Sum of RGB (Red+Green+Blue) = 235+240+235=710 (94% of max value = 765). Red value is 235 (92.19% from 255 or 33.10% from 710); Green value is 240 (94.14% from 255 or 33.80% from 710); Blue value is 235 (92.19% from 255 or 33.10% from 710); Max value from RGB is 240 - color contains mainly: green. Hex color #EBF0EB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBF0EB is #140F14. Grayscale: #EDEDED. Windows color (decimal): -1314581 or 15462635. OLE color: 15462635.

HSL color Cylindrical-coordinate representation of color #EBF0EB: hue angle of 120º degrees, saturation: 0.14, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #EBF0EB is Cyan = 0.02, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.06.

Color convert

RGB235240235-
CMYK0.0200.020.06
HSL120º14.29%93.14%-
HSV(B)120º2.08%94.12%-
XYZ80.4285.9890.95-
YUV237.93126.34125.91-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 33.10%
GREEN value IS 240 (94.14% from 255) = 33.80%
BLUE value IS 235 (92.19% from 255) = 33.10%
R=33.10%
G=33.80%
B=33.10%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2352402350.0200.020.0612014.2993.14
HexEBF0EB202678e5d
Octal353360353202617016135
Binary11101011111100001110101110010110111100011101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBF0EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBF0EB; }

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

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

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

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

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

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

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

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