#EBFDA2

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

Shades of Australian Mint #EBFDA2

Tints of Australian Mint #EBFDA2

Color information

#EBFDA2 (or 0xEBFDA2) is unknown color: approx Australian Mint. HEX triplet: EB, FD and A2. RGB value is (235,253,162). Sum of RGB (Red+Green+Blue) = 235+253+162=650 (86% of max value = 765). Red value is 235 (92.19% from 255 or 36.15% from 650); Green value is 253 (99.22% from 255 or 38.92% from 650); Blue value is 162 (63.67% from 255 or 24.92% from 650); Max value from RGB is 253 - color contains mainly: green. Hex color #EBFDA2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBFDA2 is #14025D. Grayscale: #EDEDED. Windows color (decimal): -1311326 or 10681835. OLE color: 10681835.

HSL color Cylindrical-coordinate representation of color #EBFDA2: hue angle of 71.87º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #EBFDA2 is Cyan = 0.07, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.01.

Color convert

RGB235253162-
CMYK0.0700.360.01
HSL71.87º95.79%81.37%-
HSV(B)71.87º35.97%99.22%-
XYZ75.9190.5247.65-
YUV237.2485.54126.4-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.15%
GREEN value IS 253 (99.22% from 255) = 38.92%
BLUE value IS 162 (63.67% from 255) = 24.92%
R=36.15%
G=38.92%
B=24.92%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2352531620.0700.360.0171.8795.7981.37
HexEBFDA270241486051
Octal35337524270441110140121
Binary11101011111111011010001011101001001100100011000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBFDA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBFDA2; }

 p { color: rgb(235,253,162); }

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

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

 a { background-color: rgb(235,253,162); }

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

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

 span { border-color: rgb(235,253,162); }

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