#E6FAE4

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

Shades of Aqua Spring #E6FAE4

Tints of Aqua Spring #E6FAE4

Color information

#E6FAE4 (or 0xE6FAE4) is unknown color: approx Aqua Spring. HEX triplet: E6, FA and E4. RGB value is (230,250,228). Sum of RGB (Red+Green+Blue) = 230+250+228=708 (93% of max value = 765). Red value is 230 (90.23% from 255 or 32.49% from 708); Green value is 250 (98.05% from 255 or 35.31% from 708); Blue value is 228 (89.45% from 255 or 32.20% from 708); Max value from RGB is 250 - color contains mainly: green. Hex color #E6FAE4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E6FAE4 is #19051B. Grayscale: #F1F1F1. Windows color (decimal): -1639708 or 15006438. OLE color: 15006438.

HSL color Cylindrical-coordinate representation of color #E6FAE4: hue angle of 114.55º degrees, saturation: 0.69, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E6FAE4 is Cyan = 0.08, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.02.

Color convert

RGB230250228-
CMYK0.0800.090.02
HSL114.55º68.75%93.73%-
HSV(B)114.55º8.8%98.04%-
XYZ80.8290.886.66-
YUV241.51120.37119.79-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 32.49%
GREEN value IS 250 (98.05% from 255) = 35.31%
BLUE value IS 228 (89.45% from 255) = 32.20%
R=32.49%
G=35.31%
B=32.20%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2302502280.0800.090.02114.5568.7593.73
HexE6FAE4809273455e
Octal346372344100112163105136
Binary11100110111110101110010010000100110111001110001011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6FAE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6FAE4; }

 p { color: rgb(230,250,228); }

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

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

 a { background-color: rgb(230,250,228); }

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

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

 span { border-color: rgb(230,250,228); }

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