#EAFAB4

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

Shades of Australian Mint #EAFAB4

Tints of Australian Mint #EAFAB4

Color information

#EAFAB4 (or 0xEAFAB4) is unknown color: approx Australian Mint. HEX triplet: EA, FA and B4. RGB value is (234,250,180). Sum of RGB (Red+Green+Blue) = 234+250+180=664 (87% of max value = 765). Red value is 234 (91.80% from 255 or 35.24% from 664); Green value is 250 (98.05% from 255 or 37.65% from 664); Blue value is 180 (70.70% from 255 or 27.11% from 664); Max value from RGB is 250 - color contains mainly: green. Hex color #EAFAB4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAFAB4 is #15054B. Grayscale: #EDEDED. Windows color (decimal): -1377612 or 11860714. OLE color: 11860714.

HSL color Cylindrical-coordinate representation of color #EAFAB4: hue angle of 73.71º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EAFAB4 is Cyan = 0.06, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.02.

Color convert

RGB234250180-
CMYK0.0600.280.02
HSL73.71º87.5%84.31%-
HSV(B)73.71º28%98.04%-
XYZ76.3689.1656.37-
YUV237.2495.7125.69-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.24%
GREEN value IS 250 (98.05% from 255) = 37.65%
BLUE value IS 180 (70.70% from 255) = 27.11%
R=35.24%
G=37.65%
B=27.11%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2342501800.0600.280.0273.7187.584.31
HexEAFAB4601C24a5854
Octal35237226460342112130124
Binary11101010111110101011010011001110010100101010110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAFAB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAFAB4; }

 p { color: rgb(234,250,180); }

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

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

 a { background-color: rgb(234,250,180); }

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

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

 span { border-color: rgb(234,250,180); }

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