#EAEEEA

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

Shades of Aqua Spring #EAEEEA

Tints of Aqua Spring #EAEEEA

Color information

#EAEEEA (or 0xEAEEEA) is unknown color: approx Aqua Spring. HEX triplet: EA, EE and EA. RGB value is (234,238,234). Sum of RGB (Red+Green+Blue) = 234+238+234=706 (93% of max value = 765). Red value is 234 (91.80% from 255 or 33.14% from 706); Green value is 238 (93.36% from 255 or 33.71% from 706); Blue value is 234 (91.80% from 255 or 33.14% from 706); Max value from RGB is 238 - color contains mainly: green. Hex color #EAEEEA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EAEEEA is #151115. Grayscale: #ECECEC. Windows color (decimal): -1380630 or 15396586. OLE color: 15396586.

HSL color Cylindrical-coordinate representation of color #EAEEEA: hue angle of 120º degrees, saturation: 0.11, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #EAEEEA is Cyan = 0.02, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.07.

Color convert

RGB234238234-
CMYK0.0200.020.07
HSL120º10.53%92.55%-
HSV(B)120º1.68%93.33%-
XYZ79.3684.5889.99-
YUV236.35126.67126.33-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 33.14%
GREEN value IS 238 (93.36% from 255) = 33.71%
BLUE value IS 234 (91.80% from 255) = 33.14%
R=33.14%
G=33.71%
B=33.14%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2342382340.0200.020.0712010.5392.55
HexEAEEEA202778b5d
Octal352356352202717013135
Binary11101010111011101110101010010111111100010111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAEEEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAEEEA; }

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

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

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

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

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

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

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

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