#EBFFA6

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

Shades of Australian Mint #EBFFA6

Tints of Australian Mint #EBFFA6

Color information

#EBFFA6 (or 0xEBFFA6) is unknown color: approx Australian Mint. HEX triplet: EB, FF and A6. RGB value is (235,255,166). Sum of RGB (Red+Green+Blue) = 235+255+166=656 (86% of max value = 765). Red value is 235 (92.19% from 255 or 35.82% from 656); Green value is 255 (100% from 255 or 38.87% from 656); Blue value is 166 (65.23% from 255 or 25.30% from 656); Max value from RGB is 255 - color contains mainly: green. Hex color #EBFFA6 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBFFA6 is #140059. Grayscale: #EFEFEF. Windows color (decimal): -1310810 or 10944491. OLE color: 10944491.

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

Color convert

RGB235255166-
CMYK0.0800.350
HSL73.48º100%82.55%-
HSV(B)73.48º34.9%100%-
XYZ76.991.9449.77-
YUV238.8786.87125.24-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.82%
GREEN value IS 255 (100% from 255) = 38.87%
BLUE value IS 166 (65.23% from 255) = 25.30%
R=35.82%
G=38.87%
B=25.30%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2352551660.0800.35073.4810082.55
HexEBFFA680230496453
Octal353377246100430111144123
Binary111010111111111110100110100001000110100100111001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBFFA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBFFA6; }

 p { color: rgb(235,255,166); }

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

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

 a { background-color: rgb(235,255,166); }

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

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

 span { border-color: rgb(235,255,166); }

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