#eefab4

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

Shades of Australian Mint #EEFAB4

Tints of Australian Mint #EEFAB4

Color information

#EEFAB4 (or 0xEEFAB4) is unknown color: approx Australian Mint. HEX triplet: EE, FA and B4. RGB value is (238,250,180). Sum of RGB (Red+Green+Blue) = 238+250+180=668 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.63% from 668); Green value is 250 (98.05% from 255 or 37.43% from 668); Blue value is 180 (70.70% from 255 or 26.95% from 668); Max value from RGB is 250 - color contains mainly: green. Hex color #EEFAB4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEFAB4 is #11054B. Grayscale: #EEEEEE. Windows color (decimal): -1115468 or 11860718. OLE color: 11860718.

HSL color Cylindrical-coordinate representation of color #EEFAB4: hue angle of 70.29º 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 #EEFAB4 is Cyan = 0.05, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.02.

Color convert

RGB238250180-
CMYK0.0500.280.02
HSL70.29º87.5%84.31%-
HSV(B)70.29º28%98.04%-
XYZ77.6889.8456.43-
YUV238.4395.02127.69-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 35.63%
GREEN value IS 250 (98.05% from 255) = 37.43%
BLUE value IS 180 (70.70% from 255) = 26.95%
R=35.63%
G=37.43%
B=26.95%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2382501800.0500.280.0270.2987.584.31
HexEEFAB4501C2465854
Octal35637226450342106130124
Binary11101110111110101011010010101110010100011010110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #eefab4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #eefab4; }

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

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

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

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

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

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

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

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