#E0F3F0

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

Shades of Tranquil #E0F3F0

Tints of Tranquil #E0F3F0

Color information

#E0F3F0 (or 0xE0F3F0) is unknown color: approx Tranquil. HEX triplet: E0, F3 and F0. RGB value is (224,243,240). Sum of RGB (Red+Green+Blue) = 224+243+240=707 (93% of max value = 765). Red value is 224 (87.89% from 255 or 31.68% from 707); Green value is 243 (95.31% from 255 or 34.37% from 707); Blue value is 240 (94.14% from 255 or 33.95% from 707); Max value from RGB is 243 - color contains mainly: green. Hex color #E0F3F0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E0F3F0 is #1F0C0F. Grayscale: #ECECEC. Windows color (decimal): -2034704 or 15791072. OLE color: 15791072.

HSL color Cylindrical-coordinate representation of color #E0F3F0: hue angle of 170.53º degrees, saturation: 0.44, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #E0F3F0 is Cyan = 0.08, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.05.

Color convert

RGB224243240-
CMYK0.0800.010.05
HSL170.53º44.19%91.57%-
HSV(B)170.53º7.82%95.29%-
XYZ78.5286.2494.95-
YUV236.98129.71118.74-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 31.68%
GREEN value IS 243 (95.31% from 255) = 34.37%
BLUE value IS 240 (94.14% from 255) = 33.95%
R=31.68%
G=34.37%
B=33.95%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2242432400.0800.010.05170.5344.1991.57
HexE0F3F08015ab2c5c
Octal3403633601001525354134
Binary111000001111001111110000100001101101010111011001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0F3F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0F3F0; }

 p { color: rgb(224,243,240); }

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

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

 a { background-color: rgb(224,243,240); }

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

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

 span { border-color: rgb(224,243,240); }

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