#EEFCB4

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

Shades of Australian Mint #EEFCB4

Tints of Australian Mint #EEFCB4

Color information

#EEFCB4 (or 0xEEFCB4) is unknown color: approx Australian Mint. HEX triplet: EE, FC and B4. RGB value is (238,252,180). Sum of RGB (Red+Green+Blue) = 238+252+180=670 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.52% from 670); Green value is 252 (98.83% from 255 or 37.61% from 670); Blue value is 180 (70.70% from 255 or 26.87% from 670); Max value from RGB is 252 - color contains mainly: green. Hex color #EEFCB4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEFCB4 is #11034B. Grayscale: #EFEFEF. Windows color (decimal): -1114956 or 11861230. OLE color: 11861230.

HSL color Cylindrical-coordinate representation of color #EEFCB4: hue angle of 71.67º degrees, saturation: 0.92, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EEFCB4 is Cyan = 0.06, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.01.

Color convert

RGB238252180-
CMYK0.0600.290.01
HSL71.67º92.31%84.71%-
HSV(B)71.67º28.57%98.82%-
XYZ78.3191.0956.64-
YUV239.6194.36126.85-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 35.52%
GREEN value IS 252 (98.83% from 255) = 37.61%
BLUE value IS 180 (70.70% from 255) = 26.87%
R=35.52%
G=37.61%
B=26.87%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2382521800.0600.290.0171.6792.3184.71
HexEEFCB4601D1485c55
Octal35637426460351110134125
Binary1110111011111100101101001100111011100100010111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEFCB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEFCB4; }

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

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

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

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

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

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

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

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