#E0F7EA

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

Shades of Bubbles #E0F7EA

Tints of Bubbles #E0F7EA

Color information

#E0F7EA (or 0xE0F7EA) is unknown color: approx Bubbles. HEX triplet: E0, F7 and EA. RGB value is (224,247,234). Sum of RGB (Red+Green+Blue) = 224+247+234=705 (93% of max value = 765). Red value is 224 (87.89% from 255 or 31.77% from 705); Green value is 247 (96.88% from 255 or 35.04% from 705); Blue value is 234 (91.80% from 255 or 33.19% from 705); Max value from RGB is 247 - color contains mainly: green. Hex color #E0F7EA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E0F7EA is #1F0815. Grayscale: #EEEEEE. Windows color (decimal): -2033686 or 15398880. OLE color: 15398880.

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

Color convert

RGB224247234-
CMYK0.0900.050.03
HSL146.09º58.97%92.35%-
HSV(B)146.09º9.31%96.86%-
XYZ78.8588.3190.73-
YUV238.64125.38117.56-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 31.77%
GREEN value IS 247 (96.88% from 255) = 35.04%
BLUE value IS 234 (91.80% from 255) = 33.19%
R=31.77%
G=35.04%
B=33.19%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2242472340.0900.050.03146.0958.9792.35
HexE0F7EA9053923b5c
Octal3403673521105322273134
Binary1110000011110111111010101001010111100100101110111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0F7EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0F7EA; }

 p { color: rgb(224,247,234); }

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

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

 a { background-color: rgb(224,247,234); }

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

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

 span { border-color: rgb(224,247,234); }

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