#E5FAAF

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

Shades of Australian Mint #E5FAAF

Tints of Australian Mint #E5FAAF

Color information

#E5FAAF (or 0xE5FAAF) is unknown color: approx Australian Mint. HEX triplet: E5, FA and AF. RGB value is (229,250,175). Sum of RGB (Red+Green+Blue) = 229+250+175=654 (86% of max value = 765). Red value is 229 (89.84% from 255 or 35.02% from 654); Green value is 250 (98.05% from 255 or 38.23% from 654); Blue value is 175 (68.75% from 255 or 26.76% from 654); Max value from RGB is 250 - color contains mainly: green. Hex color #E5FAAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E5FAAF is #1A0550. Grayscale: #EBEBEB. Windows color (decimal): -1705297 or 11533029. OLE color: 11533029.

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

Color convert

RGB229250175-
CMYK0.0800.30.02
HSL76.8º88.24%83.33%-
HSV(B)76.8º30%98.04%-
XYZ74.2488.1253.65-
YUV235.1794.04123.6-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 35.02%
GREEN value IS 250 (98.05% from 255) = 38.23%
BLUE value IS 175 (68.75% from 255) = 26.76%
R=35.02%
G=38.23%
B=26.76%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.3
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2292501750.0800.30.0276.888.2483.33
HexE5FAAF801E24d5853
Octal345372257100362115130123
Binary111001011111101010101111100001111010100110110110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5FAAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5FAAF; }

 p { color: rgb(229,250,175); }

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

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

 a { background-color: rgb(229,250,175); }

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

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

 span { border-color: rgb(229,250,175); }

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