#EBFAEA

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

Shades of Aqua Spring #EBFAEA

Tints of Aqua Spring #EBFAEA

Color information

#EBFAEA (or 0xEBFAEA) is unknown color: approx Aqua Spring. HEX triplet: EB, FA and EA. RGB value is (235,250,234). Sum of RGB (Red+Green+Blue) = 235+250+234=719 (95% of max value = 765). Red value is 235 (92.19% from 255 or 32.68% from 719); Green value is 250 (98.05% from 255 or 34.77% from 719); Blue value is 234 (91.80% from 255 or 32.55% from 719); Max value from RGB is 250 - color contains mainly: green. Hex color #EBFAEA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBFAEA is #140515. Grayscale: #F3F3F3. Windows color (decimal): -1312022 or 15399659. OLE color: 15399659.

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

Color convert

RGB235250234-
CMYK0.0600.060.02
HSL116.25º61.54%94.9%-
HSV(B)116.25º6.4%98.04%-
XYZ83.391.9791.2-
YUV243.69122.53121.8-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 32.68%
GREEN value IS 250 (98.05% from 255) = 34.77%
BLUE value IS 234 (91.80% from 255) = 32.55%
R=32.68%
G=34.77%
B=32.55%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2352502340.0600.060.02116.2561.5494.9
HexEBFAEA6062743e5f
Octal353372352606216476137
Binary11101011111110101110101011001101011101001111101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBFAEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBFAEA; }

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

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

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

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

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

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

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

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