#EAF1EA

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

Shades of Aqua Spring #EAF1EA

Tints of Aqua Spring #EAF1EA

Color information

#EAF1EA (or 0xEAF1EA) is unknown color: approx Aqua Spring. HEX triplet: EA, F1 and EA. RGB value is (234,241,234). Sum of RGB (Red+Green+Blue) = 234+241+234=709 (93% of max value = 765). Red value is 234 (91.80% from 255 or 33.00% from 709); Green value is 241 (94.53% from 255 or 33.99% from 709); Blue value is 234 (91.80% from 255 or 33.00% from 709); Max value from RGB is 241 - color contains mainly: green. Hex color #EAF1EA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EAF1EA is #150E15. Grayscale: #EEEEEE. Windows color (decimal): -1379862 or 15397354. OLE color: 15397354.

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

Color convert

RGB234241234-
CMYK0.0300.030.05
HSL120º20%93.14%-
HSV(B)120º2.9%94.51%-
XYZ80.2486.3490.28-
YUV238.11125.68125.07-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 33.00%
GREEN value IS 241 (94.53% from 255) = 33.99%
BLUE value IS 234 (91.80% from 255) = 33.00%
R=33.00%
G=33.99%
B=33.00%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2342412340.0300.030.051202093.14
HexEAF1EA303578145d
Octal352361352303517024135
Binary111010101111000111101010110111011111000101001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAF1EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAF1EA; }

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

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

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

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

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

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

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

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