#EAF6EA

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

Shades of Aqua Spring #EAF6EA

Tints of Aqua Spring #EAF6EA

Color information

#EAF6EA (or 0xEAF6EA) is unknown color: approx Aqua Spring. HEX triplet: EA, F6 and EA. RGB value is (234,246,234). Sum of RGB (Red+Green+Blue) = 234+246+234=714 (94% of max value = 765). Red value is 234 (91.80% from 255 or 32.77% from 714); Green value is 246 (96.48% from 255 or 34.45% from 714); Blue value is 234 (91.80% from 255 or 32.77% from 714); Max value from RGB is 246 - color contains mainly: green. Hex color #EAF6EA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EAF6EA is #150915. Grayscale: #F1F1F1. Windows color (decimal): -1378582 or 15398634. OLE color: 15398634.

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

Color convert

RGB234246234-
CMYK0.0500.050.04
HSL120º40%94.12%-
HSV(B)120º4.88%96.47%-
XYZ81.7489.3490.78-
YUV241.04124.02122.98-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 32.77%
GREEN value IS 246 (96.48% from 255) = 34.45%
BLUE value IS 234 (91.80% from 255) = 32.77%
R=32.77%
G=34.45%
B=32.77%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2342462340.0500.050.041204094.12
HexEAF6EA505478285e
Octal352366352505417050136
Binary111010101111011011101010101010110011110001010001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAF6EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAF6EA; }

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

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

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

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

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

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

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

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