#EAF6EB

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

Shades of Aqua Spring #EAF6EB

Tints of Aqua Spring #EAF6EB

Color information

#EAF6EB (or 0xEAF6EB) is unknown color: approx Aqua Spring. HEX triplet: EA, F6 and EB. RGB value is (234,246,235). Sum of RGB (Red+Green+Blue) = 234+246+235=715 (94% of max value = 765). Red value is 234 (91.80% from 255 or 32.73% from 715); Green value is 246 (96.48% from 255 or 34.41% from 715); Blue value is 235 (92.19% from 255 or 32.87% from 715); Max value from RGB is 246 - color contains mainly: green. Hex color #EAF6EB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EAF6EB is #150914. Grayscale: #F1F1F1. Windows color (decimal): -1378581 or 15464170. OLE color: 15464170.

HSL color Cylindrical-coordinate representation of color #EAF6EB: hue angle of 125º 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 #EAF6EB is Cyan = 0.05, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.04.

Color convert

RGB234246235-
CMYK0.0500.040.04
HSL125º40%94.12%-
HSV(B)125º4.88%96.47%-
XYZ81.8889.491.54-
YUV241.16124.52122.89-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 32.73%
GREEN value IS 246 (96.48% from 255) = 34.41%
BLUE value IS 235 (92.19% from 255) = 32.87%
R=32.73%
G=34.41%
B=32.87%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2342462350.0500.040.041254094.12
HexEAF6EB50447d285e
Octal352366353504417550136
Binary111010101111011011101011101010010011111011010001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAF6EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAF6EB; }

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

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

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

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

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

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

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

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