#EAEFEA

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

Shades of Aqua Spring #EAEFEA

Tints of Aqua Spring #EAEFEA

Color information

#EAEFEA (or 0xEAEFEA) is unknown color: approx Aqua Spring. HEX triplet: EA, EF and EA. RGB value is (234,239,234). Sum of RGB (Red+Green+Blue) = 234+239+234=707 (93% of max value = 765). Red value is 234 (91.80% from 255 or 33.10% from 707); Green value is 239 (93.75% from 255 or 33.80% from 707); Blue value is 234 (91.80% from 255 or 33.10% from 707); Max value from RGB is 239 - color contains mainly: green. Hex color #EAEFEA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EAEFEA is #151015. Grayscale: #ECECEC. Windows color (decimal): -1380374 or 15396842. OLE color: 15396842.

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

Color convert

RGB234239234-
CMYK0.0200.020.06
HSL120º13.51%92.75%-
HSV(B)120º2.09%93.73%-
XYZ79.6585.1790.08-
YUV236.93126.34125.91-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 33.10%
GREEN value IS 239 (93.75% from 255) = 33.80%
BLUE value IS 234 (91.80% from 255) = 33.10%
R=33.10%
G=33.80%
B=33.10%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2342392340.0200.020.0612013.5192.75
HexEAEFEA202678e5d
Octal352357352202617016135
Binary11101010111011111110101010010110111100011101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAEFEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAEFEA; }

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

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

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

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

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

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

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

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