#EAFAB1

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

Shades of Australian Mint #EAFAB1

Tints of Australian Mint #EAFAB1

Color information

#EAFAB1 (or 0xEAFAB1) is unknown color: approx Australian Mint. HEX triplet: EA, FA and B1. RGB value is (234,250,177). Sum of RGB (Red+Green+Blue) = 234+250+177=661 (87% of max value = 765). Red value is 234 (91.80% from 255 or 35.40% from 661); Green value is 250 (98.05% from 255 or 37.82% from 661); Blue value is 177 (69.53% from 255 or 26.78% from 661); Max value from RGB is 250 - color contains mainly: green. Hex color #EAFAB1 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAFAB1 is #15054E. Grayscale: #EDEDED. Windows color (decimal): -1377615 or 11664106. OLE color: 11664106.

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

Color convert

RGB234250177-
CMYK0.0600.290.02
HSL73.15º87.95%83.73%-
HSV(B)73.15º29.2%98.04%-
XYZ76.0589.0454.77-
YUV236.8994.2125.94-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.40%
GREEN value IS 250 (98.05% from 255) = 37.82%
BLUE value IS 177 (69.53% from 255) = 26.78%
R=35.40%
G=37.82%
B=26.78%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2342501770.0600.290.0273.1587.9583.73
HexEAFAB1601D2495854
Octal35237226160352111130124
Binary11101010111110101011000111001110110100100110110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAFAB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAFAB1; }

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

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

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

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

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

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

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

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