#EAF9EB

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

Shades of Aqua Spring #EAF9EB

Tints of Aqua Spring #EAF9EB

Color information

#EAF9EB (or 0xEAF9EB) is unknown color: approx Aqua Spring. HEX triplet: EA, F9 and EB. RGB value is (234,249,235). Sum of RGB (Red+Green+Blue) = 234+249+235=718 (95% of max value = 765). Red value is 234 (91.80% from 255 or 32.59% from 718); Green value is 249 (97.66% from 255 or 34.68% from 718); Blue value is 235 (92.19% from 255 or 32.73% from 718); Max value from RGB is 249 - color contains mainly: green. Hex color #EAF9EB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EAF9EB is #150614. Grayscale: #F2F2F2. Windows color (decimal): -1377813 or 15464938. OLE color: 15464938.

HSL color Cylindrical-coordinate representation of color #EAF9EB: hue angle of 124º degrees, saturation: 0.56, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #EAF9EB is Cyan = 0.06, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.

Color convert

RGB234249235-
CMYK0.0600.060.02
HSL124º55.56%94.71%-
HSV(B)124º6.02%97.65%-
XYZ82.891.2491.84-
YUV242.92123.53121.64-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 32.59%
GREEN value IS 249 (97.66% from 255) = 34.68%
BLUE value IS 235 (92.19% from 255) = 32.73%
R=32.59%
G=34.68%
B=32.73%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2342492350.0600.060.0212455.5694.71
HexEAF9EB60627c385f
Octal352371353606217470137
Binary11101010111110011110101111001101011111001110001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAF9EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAF9EB; }

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

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

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

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

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

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

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

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