#EBF3EB

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

Shades of Aqua Spring #EBF3EB

Tints of Aqua Spring #EBF3EB

Color information

#EBF3EB (or 0xEBF3EB) is unknown color: approx Aqua Spring. HEX triplet: EB, F3 and EB. RGB value is (235,243,235). Sum of RGB (Red+Green+Blue) = 235+243+235=713 (94% of max value = 765). Red value is 235 (92.19% from 255 or 32.96% from 713); Green value is 243 (95.31% from 255 or 34.08% from 713); Blue value is 235 (92.19% from 255 or 32.96% from 713); Max value from RGB is 243 - color contains mainly: green. Hex color #EBF3EB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBF3EB is #140C14. Grayscale: #EFEFEF. Windows color (decimal): -1313813 or 15463403. OLE color: 15463403.

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

Color convert

RGB235243235-
CMYK0.0300.030.05
HSL120º25%93.73%-
HSV(B)120º3.29%95.29%-
XYZ81.3187.7691.25-
YUV239.7125.35124.65-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 32.96%
GREEN value IS 243 (95.31% from 255) = 34.08%
BLUE value IS 235 (92.19% from 255) = 32.96%
R=32.96%
G=34.08%
B=32.96%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2352432350.0300.030.051202593.73
HexEBF3EB303578195e
Octal353363353303517031136
Binary111010111111001111101011110111011111000110011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBF3EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBF3EB; }

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

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

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

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

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

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

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

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