#E7FAAF

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

Shades of Australian Mint #E7FAAF

Tints of Australian Mint #E7FAAF

Color information

#E7FAAF (or 0xE7FAAF) is unknown color: approx Australian Mint. HEX triplet: E7, FA and AF. RGB value is (231,250,175). Sum of RGB (Red+Green+Blue) = 231+250+175=656 (86% of max value = 765). Red value is 231 (90.62% from 255 or 35.21% from 656); Green value is 250 (98.05% from 255 or 38.11% from 656); Blue value is 175 (68.75% from 255 or 26.68% from 656); Max value from RGB is 250 - color contains mainly: green. Hex color #E7FAAF is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #E7FAAF is #180550. Grayscale: #ECECEC. Windows color (decimal): -1574225 or 11533031. OLE color: 11533031.

HSL color Cylindrical-coordinate representation of color #E7FAAF: hue angle of 75.2º 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 #E7FAAF is Cyan = 0.08, Magento = 0, Yellow = 0.3 and Black (K on CMYK) = 0.02.

Color convert

RGB231250175-
CMYK0.0800.30.02
HSL75.2º88.24%83.33%-
HSV(B)75.2º30%98.04%-
XYZ74.8888.4653.68-
YUV235.7793.71124.6-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 35.21%
GREEN value IS 250 (98.05% from 255) = 38.11%
BLUE value IS 175 (68.75% from 255) = 26.68%
R=35.21%
G=38.11%
B=26.68%

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
Decimal2312501750.0800.30.0275.288.2483.33
HexE7FAAF801E24b5853
Octal347372257100362113130123
Binary111001111111101010101111100001111010100101110110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7FAAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7FAAF; }

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

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

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

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

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

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

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

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