#EAFDA2

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

Shades of Australian Mint #EAFDA2

Tints of Australian Mint #EAFDA2

Color information

#EAFDA2 (or 0xEAFDA2) is unknown color: approx Australian Mint. HEX triplet: EA, FD and A2. RGB value is (234,253,162). Sum of RGB (Red+Green+Blue) = 234+253+162=649 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.06% from 649); Green value is 253 (99.22% from 255 or 38.98% from 649); Blue value is 162 (63.67% from 255 or 24.96% from 649); Max value from RGB is 253 - color contains mainly: green. Hex color #EAFDA2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAFDA2 is #15025D. Grayscale: #EDEDED. Windows color (decimal): -1376862 or 10681834. OLE color: 10681834.

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

Color convert

RGB234253162-
CMYK0.0800.360.01
HSL72.53º95.79%81.37%-
HSV(B)72.53º35.97%99.22%-
XYZ75.5890.3547.64-
YUV236.9485.71125.9-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.06%
GREEN value IS 253 (99.22% from 255) = 38.98%
BLUE value IS 162 (63.67% from 255) = 24.96%
R=36.06%
G=38.98%
B=24.96%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2342531620.0800.360.0172.5395.7981.37
HexEAFDA280241496051
Octal352375242100441111140121
Binary111010101111110110100010100001001001100100111000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAFDA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAFDA2; }

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

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

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

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

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

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

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

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