#E6F8E4

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

Shades of Aqua Spring #E6F8E4

Tints of Aqua Spring #E6F8E4

Color information

#E6F8E4 (or 0xE6F8E4) is unknown color: approx Aqua Spring. HEX triplet: E6, F8 and E4. RGB value is (230,248,228). Sum of RGB (Red+Green+Blue) = 230+248+228=706 (93% of max value = 765). Red value is 230 (90.23% from 255 or 32.58% from 706); Green value is 248 (97.27% from 255 or 35.13% from 706); Blue value is 228 (89.45% from 255 or 32.29% from 706); Max value from RGB is 248 - color contains mainly: green. Hex color #E6F8E4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E6F8E4 is #19071B. Grayscale: #F0F0F0. Windows color (decimal): -1640220 or 15005926. OLE color: 15005926.

HSL color Cylindrical-coordinate representation of color #E6F8E4: hue angle of 114º degrees, saturation: 0.59, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #E6F8E4 is Cyan = 0.07, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.03.

Color convert

RGB230248228-
CMYK0.0700.080.03
HSL114º58.82%93.33%-
HSV(B)114º8.06%97.25%-
XYZ80.289.5686.46-
YUV240.34121.04120.63-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 32.58%
GREEN value IS 248 (97.27% from 255) = 35.13%
BLUE value IS 228 (89.45% from 255) = 32.29%
R=32.58%
G=35.13%
B=32.29%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2302482280.0700.080.0311458.8293.33
HexE6F8E47083723b5d
Octal3463703447010316273135
Binary111001101111100011100100111010001111100101110111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6F8E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6F8E4; }

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

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

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

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

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

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

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

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