#E6FAAA

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

Shades of Australian Mint #E6FAAA

Tints of Australian Mint #E6FAAA

Color information

#E6FAAA (or 0xE6FAAA) is unknown color: approx Australian Mint. HEX triplet: E6, FA and AA. RGB value is (230,250,170). Sum of RGB (Red+Green+Blue) = 230+250+170=650 (86% of max value = 765). Red value is 230 (90.23% from 255 or 35.38% from 650); Green value is 250 (98.05% from 255 or 38.46% from 650); Blue value is 170 (66.80% from 255 or 26.15% from 650); Max value from RGB is 250 - color contains mainly: green. Hex color #E6FAAA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #E6FAAA is #190555. Grayscale: #EBEBEB. Windows color (decimal): -1639766 or 11205350. OLE color: 11205350.

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

Color convert

RGB230250170-
CMYK0.0800.320.02
HSL75º88.89%82.35%-
HSV(B)75º32%98.04%-
XYZ74.0788.151.13-
YUV234.991.37124.5-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 35.38%
GREEN value IS 250 (98.05% from 255) = 38.46%
BLUE value IS 170 (66.80% from 255) = 26.15%
R=35.38%
G=38.46%
B=26.15%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2302501700.0800.320.027588.8982.35
HexE6FAAA802024b5952
Octal346372252100402113131122
Binary1110011011111010101010101000010000010100101110110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6FAAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6FAAA; }

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

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

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

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

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

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

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

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