#EBFFA7

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

Shades of Australian Mint #EBFFA7

Tints of Australian Mint #EBFFA7

Color information

#EBFFA7 (or 0xEBFFA7) is unknown color: approx Australian Mint. HEX triplet: EB, FF and A7. RGB value is (235,255,167). Sum of RGB (Red+Green+Blue) = 235+255+167=657 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.77% from 657); Green value is 255 (100% from 255 or 38.81% from 657); Blue value is 167 (65.62% from 255 or 25.42% from 657); Max value from RGB is 255 - color contains mainly: green. Hex color #EBFFA7 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBFFA7 is #140058. Grayscale: #EFEFEF. Windows color (decimal): -1310809 or 11010027. OLE color: 11010027.

HSL color Cylindrical-coordinate representation of color #EBFFA7: hue angle of 73.64º 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 #EBFFA7 is Cyan = 0.08, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.

Color convert

RGB235255167-
CMYK0.0800.350
HSL73.64º100%82.75%-
HSV(B)73.64º34.51%100%-
XYZ7791.9750.25-
YUV238.9987.37125.16-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.77%
GREEN value IS 255 (100% from 255) = 38.81%
BLUE value IS 167 (65.62% from 255) = 25.42%
R=35.77%
G=38.81%
B=25.42%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2352551670.0800.35073.6410082.75
HexEBFFA7802304a6453
Octal353377247100430112144123
Binary111010111111111110100111100001000110100101011001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBFFA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBFFA7; }

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

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

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

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

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

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

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

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