#EAF8EB

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

Shades of Aqua Spring #EAF8EB

Tints of Aqua Spring #EAF8EB

Color information

#EAF8EB (or 0xEAF8EB) is unknown color: approx Aqua Spring. HEX triplet: EA, F8 and EB. RGB value is (234,248,235). Sum of RGB (Red+Green+Blue) = 234+248+235=717 (94% of max value = 765). Red value is 234 (91.80% from 255 or 32.64% from 717); Green value is 248 (97.27% from 255 or 34.59% from 717); Blue value is 235 (92.19% from 255 or 32.78% from 717); Max value from RGB is 248 - color contains mainly: green. Hex color #EAF8EB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EAF8EB is #150714. Grayscale: #F2F2F2. Windows color (decimal): -1378069 or 15464682. OLE color: 15464682.

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

Color convert

RGB234248235-
CMYK0.0600.050.03
HSL124.29º50%94.51%-
HSV(B)124.29º5.65%97.25%-
XYZ82.4990.6391.74-
YUV242.33123.86122.06-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 32.64%
GREEN value IS 248 (97.27% from 255) = 34.59%
BLUE value IS 235 (92.19% from 255) = 32.78%
R=32.64%
G=34.59%
B=32.78%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2342482350.0600.050.03124.295094.51
HexEAF8EB60537c325f
Octal352370353605317462137
Binary11101010111110001110101111001011111111001100101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAF8EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAF8EB; }

 p { color: rgb(234,248,235); }

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

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

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

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

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

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

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