#E1FFB0

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

Shades of Australian Mint #E1FFB0

Tints of Australian Mint #E1FFB0

Color information

#E1FFB0 (or 0xE1FFB0) is unknown color: approx Australian Mint. HEX triplet: E1, FF and B0. RGB value is (225,255,176). Sum of RGB (Red+Green+Blue) = 225+255+176=656 (86% of max value = 765). Red value is 225 (88.28% from 255 or 34.30% from 656); Green value is 255 (100% from 255 or 38.87% from 656); Blue value is 176 (69.14% from 255 or 26.83% from 656); Max value from RGB is 255 - color contains mainly: green. Hex color #E1FFB0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E1FFB0 is #1E004F. Grayscale: #EDEDED. Windows color (decimal): -1966160 or 11599841. OLE color: 11599841.

HSL color Cylindrical-coordinate representation of color #E1FFB0: hue angle of 82.78º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E1FFB0 is Cyan = 0.12, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.

Color convert

RGB225255176-
CMYK0.1200.310
HSL82.78º100%84.51%-
HSV(B)82.78º30.98%100%-
XYZ74.6590.6654.64-
YUV237.0293.56119.42-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 34.30%
GREEN value IS 255 (100% from 255) = 38.87%
BLUE value IS 176 (69.14% from 255) = 26.83%
R=34.30%
G=38.87%
B=26.83%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2252551760.1200.31082.7810084.51
HexE1FFB0C01F0536455
Octal341377260140370123144125
Binary11100001111111111011000011000111110101001111001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1FFB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1FFB0; }

 p { color: rgb(225,255,176); }

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

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

 a { background-color: rgb(225,255,176); }

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

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

 span { border-color: rgb(225,255,176); }

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