#EAFEB4

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

Shades of Australian Mint #EAFEB4

Tints of Australian Mint #EAFEB4

Color information

#EAFEB4 (or 0xEAFEB4) is unknown color: approx Australian Mint. HEX triplet: EA, FE and B4. RGB value is (234,254,180). Sum of RGB (Red+Green+Blue) = 234+254+180=668 (88% of max value = 765). Red value is 234 (91.80% from 255 or 35.03% from 668); Green value is 254 (99.61% from 255 or 38.02% from 668); Blue value is 180 (70.70% from 255 or 26.95% from 668); Max value from RGB is 254 - color contains mainly: green. Hex color #EAFEB4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAFEB4 is #15014B. Grayscale: #EFEFEF. Windows color (decimal): -1376588 or 11861738. OLE color: 11861738.

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

Color convert

RGB234254180-
CMYK0.0800.290.00
HSL76.22º97.37%85.1%-
HSV(B)76.22º29.13%99.61%-
XYZ77.6191.6756.78-
YUV239.5894.37124.02-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.03%
GREEN value IS 254 (99.61% from 255) = 38.02%
BLUE value IS 180 (70.70% from 255) = 26.95%
R=35.03%
G=38.02%
B=26.95%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2342541800.0800.290.0076.2297.3785.1
HexEAFEB4801D04c6155
Octal352376264100350114141125
Binary11101010111111101011010010000111010100110011000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAFEB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAFEB4; }

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

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

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

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

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

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

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

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