#EEFDB0

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

Shades of Australian Mint #EEFDB0

Tints of Australian Mint #EEFDB0

Color information

#EEFDB0 (or 0xEEFDB0) is unknown color: approx Australian Mint. HEX triplet: EE, FD and B0. RGB value is (238,253,176). Sum of RGB (Red+Green+Blue) = 238+253+176=667 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.68% from 667); Green value is 253 (99.22% from 255 or 37.93% from 667); Blue value is 176 (69.14% from 255 or 26.39% from 667); Max value from RGB is 253 - color contains mainly: green. Hex color #EEFDB0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEFDB0 is #11024F. Grayscale: #F0F0F0. Windows color (decimal): -1114704 or 11599342. OLE color: 11599342.

HSL color Cylindrical-coordinate representation of color #EEFDB0: hue angle of 71.69º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EEFDB0 is Cyan = 0.06, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.01.

Color convert

RGB238253176-
CMYK0.0600.300.01
HSL71.69º95.06%84.12%-
HSV(B)71.69º30.43%99.22%-
XYZ78.2291.5654.62-
YUV239.7492.03126.76-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 35.68%
GREEN value IS 253 (99.22% from 255) = 37.93%
BLUE value IS 176 (69.14% from 255) = 26.39%
R=35.68%
G=37.93%
B=26.39%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2382531760.0600.300.0171.6995.0684.12
HexEEFDB0601E1485f54
Octal35637526060361110137124
Binary1110111011111101101100001100111101100100010111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEFDB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEFDB0; }

 p { color: rgb(238,253,176); }

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

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

 a { background-color: rgb(238,253,176); }

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

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

 span { border-color: rgb(238,253,176); }

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