#EAFEE6

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

Shades of Aqua Spring #EAFEE6

Tints of Aqua Spring #EAFEE6

Color information

#EAFEE6 (or 0xEAFEE6) is unknown color: approx Aqua Spring. HEX triplet: EA, FE and E6. RGB value is (234,254,230). Sum of RGB (Red+Green+Blue) = 234+254+230=718 (95% of max value = 765). Red value is 234 (91.80% from 255 or 32.59% from 718); Green value is 254 (99.61% from 255 or 35.38% from 718); Blue value is 230 (90.23% from 255 or 32.03% from 718); Max value from RGB is 254 - color contains mainly: green. Hex color #EAFEE6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EAFEE6 is #150119. Grayscale: #F5F5F5. Windows color (decimal): -1376538 or 15138538. OLE color: 15138538.

HSL color Cylindrical-coordinate representation of color #EAFEE6: hue angle of 110º degrees, saturation: 0.92, lightness: 0.95%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #EAFEE6 is Cyan = 0.08, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.00.

Color convert

RGB234254230-
CMYK0.0800.090.00
HSL110º92.31%94.9%-
HSV(B)110º9.45%99.61%-
XYZ83.6694.0988.61-
YUV245.28119.37119.95-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 32.59%
GREEN value IS 254 (99.61% from 255) = 35.38%
BLUE value IS 230 (90.23% from 255) = 32.03%
R=32.59%
G=35.38%
B=32.03%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2342542300.0800.090.0011092.3194.9
HexEAFEE680906e5c5f
Octal352376346100110156134137
Binary1110101011111110111001101000010010110111010111001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAFEE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAFEE6; }

 p { color: rgb(234,254,230); }

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

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

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

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

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

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

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