#E6FAAE

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

Shades of Australian Mint #E6FAAE

Tints of Australian Mint #E6FAAE

Color information

#E6FAAE (or 0xE6FAAE) is unknown color: approx Australian Mint. HEX triplet: E6, FA and AE. RGB value is (230,250,174). Sum of RGB (Red+Green+Blue) = 230+250+174=654 (86% of max value = 765). Red value is 230 (90.23% from 255 or 35.17% from 654); Green value is 250 (98.05% from 255 or 38.23% from 654); Blue value is 174 (68.36% from 255 or 26.61% from 654); Max value from RGB is 250 - color contains mainly: green. Hex color #E6FAAE is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #E6FAAE is #190551. Grayscale: #EBEBEB. Windows color (decimal): -1639762 or 11467494. OLE color: 11467494.

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

Color convert

RGB230250174-
CMYK0.0800.300.02
HSL75.79º88.37%83.14%-
HSV(B)75.79º30.4%98.04%-
XYZ74.4688.2553.15-
YUV235.3693.37124.18-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 35.17%
GREEN value IS 250 (98.05% from 255) = 38.23%
BLUE value IS 174 (68.36% from 255) = 26.61%
R=35.17%
G=38.23%
B=26.61%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2302501740.0800.300.0275.7988.3783.14
HexE6FAAE801E24c5853
Octal346372256100362114130123
Binary111001101111101010101110100001111010100110010110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6FAAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6FAAE; }

 p { color: rgb(230,250,174); }

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

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

 a { background-color: rgb(230,250,174); }

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

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

 span { border-color: rgb(230,250,174); }

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