#E1FBB0

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

Shades of Australian Mint #E1FBB0

Tints of Australian Mint #E1FBB0

Color information

#E1FBB0 (or 0xE1FBB0) is unknown color: approx Australian Mint. HEX triplet: E1, FB and B0. RGB value is (225,251,176). Sum of RGB (Red+Green+Blue) = 225+251+176=652 (86% of max value = 765). Red value is 225 (88.28% from 255 or 34.51% from 652); Green value is 251 (98.44% from 255 or 38.50% from 652); Blue value is 176 (69.14% from 255 or 26.99% from 652); Max value from RGB is 251 - color contains mainly: green. Hex color #E1FBB0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E1FBB0 is #1E044F. Grayscale: #EAEAEA. Windows color (decimal): -1967184 or 11598817. OLE color: 11598817.

HSL color Cylindrical-coordinate representation of color #E1FBB0: hue angle of 80.8º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E1FBB0 is Cyan = 0.10, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.02.

Color convert

RGB225251176-
CMYK0.1000.300.02
HSL80.8º90.36%83.73%-
HSV(B)80.8º29.88%98.43%-
XYZ73.3888.1454.22-
YUV234.6894.89121.1-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 34.51%
GREEN value IS 251 (98.44% from 255) = 38.50%
BLUE value IS 176 (69.14% from 255) = 26.99%
R=34.51%
G=38.50%
B=26.99%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2252511760.1000.300.0280.890.3683.73
HexE1FBB0A01E2515a54
Octal341373260120362121132124
Binary111000011111101110110000101001111010101000110110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1FBB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1FBB0; }

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

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

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

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

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

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

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

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