#EAFEB3

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

Shades of Australian Mint #EAFEB3

Tints of Australian Mint #EAFEB3

Color information

#EAFEB3 (or 0xEAFEB3) is unknown color: approx Australian Mint. HEX triplet: EA, FE and B3. RGB value is (234,254,179). Sum of RGB (Red+Green+Blue) = 234+254+179=667 (88% of max value = 765). Red value is 234 (91.80% from 255 or 35.08% from 667); Green value is 254 (99.61% from 255 or 38.08% from 667); Blue value is 179 (70.31% from 255 or 26.84% from 667); Max value from RGB is 254 - color contains mainly: green. Hex color #EAFEB3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAFEB3 is #15014C. Grayscale: #EFEFEF. Windows color (decimal): -1376589 or 11796202. OLE color: 11796202.

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

Color convert

RGB234254179-
CMYK0.0800.300.00
HSL76º97.4%84.9%-
HSV(B)76º29.53%99.61%-
XYZ77.5191.6356.25-
YUV239.4793.87124.1-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.08%
GREEN value IS 254 (99.61% from 255) = 38.08%
BLUE value IS 179 (70.31% from 255) = 26.84%
R=35.08%
G=38.08%
B=26.84%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2342541790.0800.300.007697.484.9
HexEAFEB3801E04c6155
Octal352376263100360114141125
Binary11101010111111101011001110000111100100110011000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAFEB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAFEB3; }

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

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

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

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

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

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

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

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