#EEFBAC

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

Shades of Australian Mint #EEFBAC

Tints of Australian Mint #EEFBAC

Color information

#EEFBAC (or 0xEEFBAC) is unknown color: approx Australian Mint. HEX triplet: EE, FB and AC. RGB value is (238,251,172). Sum of RGB (Red+Green+Blue) = 238+251+172=661 (87% of max value = 765). Red value is 238 (93.36% from 255 or 36.01% from 661); Green value is 251 (98.44% from 255 or 37.97% from 661); Blue value is 172 (67.58% from 255 or 26.02% from 661); Max value from RGB is 251 - color contains mainly: green. Hex color #EEFBAC is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEFBAC is #110453. Grayscale: #EEEEEE. Windows color (decimal): -1115220 or 11336686. OLE color: 11336686.

HSL color Cylindrical-coordinate representation of color #EEFBAC: hue angle of 69.87º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #EEFBAC is Cyan = 0.05, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.02.

Color convert

RGB238251172-
CMYK0.0500.310.02
HSL69.87º90.8%82.94%-
HSV(B)69.87º31.47%98.43%-
XYZ77.290.1552.36-
YUV238.1190.69127.92-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 36.01%
GREEN value IS 251 (98.44% from 255) = 37.97%
BLUE value IS 172 (67.58% from 255) = 26.02%
R=36.01%
G=37.97%
B=26.02%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2382511720.0500.310.0269.8790.882.94
HexEEFBAC501F2465b53
Octal35637325450372106133123
Binary11101110111110111010110010101111110100011010110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEFBAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEFBAC; }

 p { color: rgb(238,251,172); }

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

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

 a { background-color: rgb(238,251,172); }

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

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

 span { border-color: rgb(238,251,172); }

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