#EAF3EA

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

Shades of Aqua Spring #EAF3EA

Tints of Aqua Spring #EAF3EA

Color information

#EAF3EA (or 0xEAF3EA) is unknown color: approx Aqua Spring. HEX triplet: EA, F3 and EA. RGB value is (234,243,234). Sum of RGB (Red+Green+Blue) = 234+243+234=711 (94% of max value = 765). Red value is 234 (91.80% from 255 or 32.91% from 711); Green value is 243 (95.31% from 255 or 34.18% from 711); Blue value is 234 (91.80% from 255 or 32.91% from 711); Max value from RGB is 243 - color contains mainly: green. Hex color #EAF3EA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EAF3EA is #150C15. Grayscale: #EFEFEF. Windows color (decimal): -1379350 or 15397866. OLE color: 15397866.

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

Color convert

RGB234243234-
CMYK0.0400.040.05
HSL120º27.27%93.53%-
HSV(B)120º3.7%95.29%-
XYZ80.8387.5390.48-
YUV239.28125.02124.23-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 32.91%
GREEN value IS 243 (95.31% from 255) = 34.18%
BLUE value IS 234 (91.80% from 255) = 32.91%
R=32.91%
G=34.18%
B=32.91%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2342432340.0400.040.0512027.2793.53
HexEAF3EA4045781b5e
Octal352363352404517033136
Binary11101010111100111110101010001001011111000110111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAF3EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAF3EA; }

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

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

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

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

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

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

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

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