#EAF6E8

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

Shades of Aqua Spring #EAF6E8

Tints of Aqua Spring #EAF6E8

Color information

#EAF6E8 (or 0xEAF6E8) is unknown color: approx Aqua Spring. HEX triplet: EA, F6 and E8. RGB value is (234,246,232). Sum of RGB (Red+Green+Blue) = 234+246+232=712 (94% of max value = 765). Red value is 234 (91.80% from 255 or 32.87% from 712); Green value is 246 (96.48% from 255 or 34.55% from 712); Blue value is 232 (91.02% from 255 or 32.58% from 712); Max value from RGB is 246 - color contains mainly: green. Hex color #EAF6E8 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EAF6E8 is #150917. Grayscale: #F0F0F0. Windows color (decimal): -1378584 or 15267562. OLE color: 15267562.

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

Color convert

RGB234246232-
CMYK0.0500.060.04
HSL111.43º43.75%93.73%-
HSV(B)111.43º5.69%96.47%-
XYZ81.4589.2389.27-
YUV240.82123.02123.14-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 32.87%
GREEN value IS 246 (96.48% from 255) = 34.55%
BLUE value IS 232 (91.02% from 255) = 32.58%
R=32.87%
G=34.55%
B=32.58%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2342462320.0500.060.04111.4343.7593.73
HexEAF6E850646f2c5e
Octal352366350506415754136
Binary111010101111011011101000101011010011011111011001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAF6E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAF6E8; }

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

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

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

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

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

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

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

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