#EFFAAC

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

Shades of Australian Mint #EFFAAC

Tints of Australian Mint #EFFAAC

Color information

#EFFAAC (or 0xEFFAAC) is unknown color: approx Australian Mint. HEX triplet: EF, FA and AC. RGB value is (239,250,172). Sum of RGB (Red+Green+Blue) = 239+250+172=661 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.16% from 661); Green value is 250 (98.05% from 255 or 37.82% from 661); Blue value is 172 (67.58% from 255 or 26.02% from 661); Max value from RGB is 250 - color contains mainly: green. Hex color #EFFAAC is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFFAAC is #100553. Grayscale: #EEEEEE. Windows color (decimal): -1049940 or 11336431. OLE color: 11336431.

HSL color Cylindrical-coordinate representation of color #EFFAAC: hue angle of 68.46º degrees, saturation: 0.89, 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 #EFFAAC is Cyan = 0.04, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.02.

Color convert

RGB239250172-
CMYK0.0400.310.02
HSL68.46º88.64%82.75%-
HSV(B)68.46º31.2%98.04%-
XYZ77.2389.752.27-
YUV237.8290.86128.84-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.16%
GREEN value IS 250 (98.05% from 255) = 37.82%
BLUE value IS 172 (67.58% from 255) = 26.02%
R=36.16%
G=37.82%
B=26.02%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2392501720.0400.310.0268.4688.6482.75
HexEFFAAC401F2445953
Octal35737225440372104131123
Binary11101111111110101010110010001111110100010010110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFFAAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFFAAC; }

 p { color: rgb(239,250,172); }

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

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

 a { background-color: rgb(239,250,172); }

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

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

 span { border-color: rgb(239,250,172); }

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