#E6FAAB

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

Shades of Australian Mint #E6FAAB

Tints of Australian Mint #E6FAAB

Color information

#E6FAAB (or 0xE6FAAB) is unknown color: approx Australian Mint. HEX triplet: E6, FA and AB. RGB value is (230,250,171). Sum of RGB (Red+Green+Blue) = 230+250+171=651 (86% of max value = 765). Red value is 230 (90.23% from 255 or 35.33% from 651); Green value is 250 (98.05% from 255 or 38.40% from 651); Blue value is 171 (67.19% from 255 or 26.27% from 651); Max value from RGB is 250 - color contains mainly: green. Hex color #E6FAAB is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #E6FAAB is #190554. Grayscale: #EBEBEB. Windows color (decimal): -1639765 or 11270886. OLE color: 11270886.

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

Color convert

RGB230250171-
CMYK0.0800.320.02
HSL75.19º88.76%82.55%-
HSV(B)75.19º31.6%98.04%-
XYZ74.1788.1351.63-
YUV235.0191.87124.42-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 35.33%
GREEN value IS 250 (98.05% from 255) = 38.40%
BLUE value IS 171 (67.19% from 255) = 26.27%
R=35.33%
G=38.40%
B=26.27%

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
Decimal2302501710.0800.320.0275.1988.7682.55
HexE6FAAB802024b5953
Octal346372253100402113131123
Binary1110011011111010101010111000010000010100101110110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6FAAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6FAAB; }

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

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

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

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

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

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

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

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