#EBF7EB

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

Shades of Aqua Spring #EBF7EB

Tints of Aqua Spring #EBF7EB

Color information

#EBF7EB (or 0xEBF7EB) is unknown color: approx Aqua Spring. HEX triplet: EB, F7 and EB. RGB value is (235,247,235). Sum of RGB (Red+Green+Blue) = 235+247+235=717 (94% of max value = 765). Red value is 235 (92.19% from 255 or 32.78% from 717); Green value is 247 (96.88% from 255 or 34.45% from 717); Blue value is 235 (92.19% from 255 or 32.78% from 717); Max value from RGB is 247 - color contains mainly: green. Hex color #EBF7EB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBF7EB is #140814. Grayscale: #F2F2F2. Windows color (decimal): -1312789 or 15464427. OLE color: 15464427.

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

Color convert

RGB235247235-
CMYK0.0500.050.03
HSL120º42.86%94.51%-
HSV(B)120º4.86%96.86%-
XYZ82.5290.1891.65-
YUV242.04124.02122.98-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 32.78%
GREEN value IS 247 (96.88% from 255) = 34.45%
BLUE value IS 235 (92.19% from 255) = 32.78%
R=32.78%
G=34.45%
B=32.78%

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
Decimal2352472350.0500.050.0312042.8694.51
HexEBF7EB5053782b5f
Octal353367353505317053137
Binary11101011111101111110101110101011111110001010111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBF7EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBF7EB; }

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

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

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

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

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

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

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

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