#EAFAE9

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

Shades of Aqua Spring #EAFAE9

Tints of Aqua Spring #EAFAE9

Color information

#EAFAE9 (or 0xEAFAE9) is unknown color: approx Aqua Spring. HEX triplet: EA, FA and E9. RGB value is (234,250,233). Sum of RGB (Red+Green+Blue) = 234+250+233=717 (94% of max value = 765). Red value is 234 (91.80% from 255 or 32.64% from 717); Green value is 250 (98.05% from 255 or 34.87% from 717); Blue value is 233 (91.41% from 255 or 32.50% from 717); Max value from RGB is 250 - color contains mainly: green. Hex color #EAFAE9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EAFAE9 is #150516. Grayscale: #F3F3F3. Windows color (decimal): -1377559 or 15334122. OLE color: 15334122.

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

Color convert

RGB234250233-
CMYK0.0600.070.02
HSL116.47º62.96%94.71%-
HSV(B)116.47º6.8%98.04%-
XYZ82.8391.7590.43-
YUV243.28122.2121.38-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 32.64%
GREEN value IS 250 (98.05% from 255) = 34.87%
BLUE value IS 233 (91.41% from 255) = 32.50%
R=32.64%
G=34.87%
B=32.50%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2342502330.0600.070.02116.4762.9694.71
HexEAFAE96072743f5f
Octal352372351607216477137
Binary11101010111110101110100111001111011101001111111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAFAE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAFAE9; }

 p { color: rgb(234,250,233); }

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

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

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

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

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

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

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