#E2FAAB

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

Shades of Australian Mint #E2FAAB

Tints of Australian Mint #E2FAAB

Color information

#E2FAAB (or 0xE2FAAB) is unknown color: approx Australian Mint. HEX triplet: E2, FA and AB. RGB value is (226,250,171). Sum of RGB (Red+Green+Blue) = 226+250+171=647 (85% of max value = 765). Red value is 226 (88.67% from 255 or 34.93% from 647); Green value is 250 (98.05% from 255 or 38.64% from 647); Blue value is 171 (67.19% from 255 or 26.43% from 647); Max value from RGB is 250 - color contains mainly: green. Hex color #E2FAAB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E2FAAB is #1D0554. Grayscale: #EAEAEA. Windows color (decimal): -1901909 or 11270882. OLE color: 11270882.

HSL color Cylindrical-coordinate representation of color #E2FAAB: hue angle of 78.23º degrees, saturation: 0.89, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E2FAAB is Cyan = 0.10, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.02.

Color convert

RGB226250171-
CMYK0.1000.320.02
HSL78.23º88.76%82.55%-
HSV(B)78.23º31.6%98.04%-
XYZ72.987.4851.57-
YUV233.8292.55122.42-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 34.93%
GREEN value IS 250 (98.05% from 255) = 38.64%
BLUE value IS 171 (67.19% from 255) = 26.43%
R=34.93%
G=38.64%
B=26.43%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2262501710.1000.320.0278.2388.7682.55
HexE2FAABA02024e5953
Octal342372253120402116131123
Binary1110001011111010101010111010010000010100111010110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2FAAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2FAAB; }

 p { color: rgb(226,250,171); }

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

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

 a { background-color: rgb(226,250,171); }

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

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

 span { border-color: rgb(226,250,171); }

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