#e6ffb2

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

Shades of Australian Mint #E6FFB2

Tints of Australian Mint #E6FFB2

Color information

#E6FFB2 (or 0xE6FFB2) is unknown color: approx Australian Mint. HEX triplet: E6, FF and B2. RGB value is (230,255,178). Sum of RGB (Red+Green+Blue) = 230+255+178=663 (87% of max value = 765). Red value is 230 (90.23% from 255 or 34.69% from 663); Green value is 255 (100% from 255 or 38.46% from 663); Blue value is 178 (69.92% from 255 or 26.85% from 663); Max value from RGB is 255 - color contains mainly: green. Hex color #E6FFB2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #E6FFB2 is #19004D. Grayscale: #EFEFEF. Windows color (decimal): -1638478 or 11730918. OLE color: 11730918.

HSL color Cylindrical-coordinate representation of color #E6FFB2: hue angle of 79.48º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E6FFB2 is Cyan = 0.10, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.

Color convert

RGB230255178-
CMYK0.1000.300
HSL79.48º100%84.9%-
HSV(B)79.48º30.2%100%-
XYZ76.4391.5655.76-
YUV238.7593.72121.76-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 34.69%
GREEN value IS 255 (100% from 255) = 38.46%
BLUE value IS 178 (69.92% from 255) = 26.85%
R=34.69%
G=38.46%
B=26.85%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2302551780.1000.30079.4810084.9
HexE6FFB2A01E04f6455
Octal346377262120360117144125
Binary11100110111111111011001010100111100100111111001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e6ffb2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e6ffb2; }

 p { color: rgb(230,255,178); }

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

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

 a { background-color: rgb(230,255,178); }

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

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

 span { border-color: rgb(230,255,178); }

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