#EBFAE9

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

Shades of Aqua Spring #EBFAE9

Tints of Aqua Spring #EBFAE9

Color information

#EBFAE9 (or 0xEBFAE9) is unknown color: approx Aqua Spring. HEX triplet: EB, FA and E9. RGB value is (235,250,233). Sum of RGB (Red+Green+Blue) = 235+250+233=718 (95% of max value = 765). Red value is 235 (92.19% from 255 or 32.73% from 718); Green value is 250 (98.05% from 255 or 34.82% from 718); Blue value is 233 (91.41% from 255 or 32.45% from 718); Max value from RGB is 250 - color contains mainly: green. Hex color #EBFAE9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBFAE9 is #140516. Grayscale: #F3F3F3. Windows color (decimal): -1312023 or 15334123. OLE color: 15334123.

HSL color Cylindrical-coordinate representation of color #EBFAE9: hue angle of 112.94º degrees, saturation: 0.63, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #EBFAE9 is Cyan = 0.06, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.02.

Color convert

RGB235250233-
CMYK0.0600.070.02
HSL112.94º62.96%94.71%-
HSV(B)112.94º6.8%98.04%-
XYZ83.1591.9290.45-
YUV243.58122.03121.88-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 32.73%
GREEN value IS 250 (98.05% from 255) = 34.82%
BLUE value IS 233 (91.41% from 255) = 32.45%
R=32.73%
G=34.82%
B=32.45%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2352502330.0600.070.02112.9462.9694.71
HexEBFAE96072713f5f
Octal353372351607216177137
Binary11101011111110101110100111001111011100011111111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBFAE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBFAE9; }

 p { color: rgb(235,250,233); }

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

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

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

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

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

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

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