#E2FBE5

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

Shades of Frosted Mint #E2FBE5

Tints of Frosted Mint #E2FBE5

Color information

#E2FBE5 (or 0xE2FBE5) is unknown color: approx Frosted Mint. HEX triplet: E2, FB and E5. RGB value is (226,251,229). Sum of RGB (Red+Green+Blue) = 226+251+229=706 (93% of max value = 765). Red value is 226 (88.67% from 255 or 32.01% from 706); Green value is 251 (98.44% from 255 or 35.55% from 706); Blue value is 229 (89.84% from 255 or 32.44% from 706); Max value from RGB is 251 - color contains mainly: green. Hex color #E2FBE5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E2FBE5 is #1D041A. Grayscale: #F1F1F1. Windows color (decimal): -1901595 or 15072226. OLE color: 15072226.

HSL color Cylindrical-coordinate representation of color #E2FBE5: hue angle of 127.2º degrees, saturation: 0.76, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E2FBE5 is Cyan = 0.10, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.02.

Color convert

RGB226251229-
CMYK0.1000.090.02
HSL127.2º75.76%93.53%-
HSV(B)127.2º9.96%98.43%-
XYZ8090.8287.44-
YUV241.02121.22117.29-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 32.01%
GREEN value IS 251 (98.44% from 255) = 35.55%
BLUE value IS 229 (89.84% from 255) = 32.44%
R=32.01%
G=35.55%
B=32.44%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2262512290.1000.090.02127.275.7693.53
HexE2FBE5A0927f4c5e
Octal342373345120112177114136
Binary11100010111110111110010110100100110111111110011001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2FBE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2FBE5; }

 p { color: rgb(226,251,229); }

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

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

 a { background-color: rgb(226,251,229); }

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

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

 span { border-color: rgb(226,251,229); }

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