#E6F3AA

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

Shades of Australian Mint #E6F3AA

Tints of Australian Mint #E6F3AA

Color information

#E6F3AA (or 0xE6F3AA) is unknown color: approx Australian Mint. HEX triplet: E6, F3 and AA. RGB value is (230,243,170). Sum of RGB (Red+Green+Blue) = 230+243+170=643 (85% of max value = 765). Red value is 230 (90.23% from 255 or 35.77% from 643); Green value is 243 (95.31% from 255 or 37.79% from 643); Blue value is 170 (66.80% from 255 or 26.44% from 643); Max value from RGB is 243 - color contains mainly: green. Hex color #E6F3AA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #E6F3AA is #190C55. Grayscale: #E7E7E7. Windows color (decimal): -1641558 or 11203558. OLE color: 11203558.

HSL color Cylindrical-coordinate representation of color #E6F3AA: hue angle of 70.68º degrees, saturation: 0.75, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E6F3AA is Cyan = 0.05, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.05.

Color convert

RGB230243170-
CMYK0.0500.300.05
HSL70.68º75.26%80.98%-
HSV(B)70.68º30.04%95.29%-
XYZ71.9483.8350.42-
YUV230.7993.69127.44-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 35.77%
GREEN value IS 243 (95.31% from 255) = 37.79%
BLUE value IS 170 (66.80% from 255) = 26.44%
R=35.77%
G=37.79%
B=26.44%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2302431700.0500.300.0570.6875.2680.98
HexE6F3AA501E5474b51
Octal34636325250365107113121
Binary111001101111001110101010101011110101100011110010111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6F3AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6F3AA; }

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

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

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

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

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

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

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

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