#EAFBEA

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

Shades of Aqua Spring #EAFBEA

Tints of Aqua Spring #EAFBEA

Color information

#EAFBEA (or 0xEAFBEA) is unknown color: approx Aqua Spring. HEX triplet: EA, FB and EA. RGB value is (234,251,234). Sum of RGB (Red+Green+Blue) = 234+251+234=719 (95% of max value = 765). Red value is 234 (91.80% from 255 or 32.55% from 719); Green value is 251 (98.44% from 255 or 34.91% from 719); Blue value is 234 (91.80% from 255 or 32.55% from 719); Max value from RGB is 251 - color contains mainly: green. Hex color #EAFBEA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EAFBEA is #150415. Grayscale: #F4F4F4. Windows color (decimal): -1377302 or 15399914. OLE color: 15399914.

HSL color Cylindrical-coordinate representation of color #EAFBEA: hue angle of 120º degrees, saturation: 0.68, 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 #EAFBEA is Cyan = 0.07, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.02.

Color convert

RGB234251234-
CMYK0.0700.070.02
HSL120º68%95.1%-
HSV(B)120º6.77%98.43%-
XYZ83.2892.4391.29-
YUV243.98122.37120.88-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 32.55%
GREEN value IS 251 (98.44% from 255) = 34.91%
BLUE value IS 234 (91.80% from 255) = 32.55%
R=32.55%
G=34.91%
B=32.55%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2342512340.0700.070.021206895.1
HexEAFBEA707278445f
Octal3523733527072170104137
Binary111010101111101111101010111011110111100010001001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAFBEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAFBEA; }

 p { color: rgb(234,251,234); }

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

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

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

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

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

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

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