#EFFCA6

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

Shades of Australian Mint #EFFCA6

Tints of Australian Mint #EFFCA6

Color information

#EFFCA6 (or 0xEFFCA6) is unknown color: approx Australian Mint. HEX triplet: EF, FC and A6. RGB value is (239,252,166). Sum of RGB (Red+Green+Blue) = 239+252+166=657 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.38% from 657); Green value is 252 (98.83% from 255 or 38.36% from 657); Blue value is 166 (65.23% from 255 or 25.27% from 657); Max value from RGB is 252 - color contains mainly: green. Hex color #EFFCA6 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFFCA6 is #100359. Grayscale: #EEEEEE. Windows color (decimal): -1049434 or 10943727. OLE color: 10943727.

HSL color Cylindrical-coordinate representation of color #EFFCA6: hue angle of 69.07º degrees, saturation: 0.93, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EFFCA6 is Cyan = 0.05, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.01.

Color convert

RGB239252166-
CMYK0.0500.340.01
HSL69.07º93.48%81.96%-
HSV(B)69.07º34.13%98.82%-
XYZ77.2990.7249.51-
YUV238.3187.19128.49-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.38%
GREEN value IS 252 (98.83% from 255) = 38.36%
BLUE value IS 166 (65.23% from 255) = 25.27%
R=36.38%
G=38.36%
B=25.27%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2392521660.0500.340.0169.0793.4881.96
HexEFFCA650221455d52
Octal35737424650421105135122
Binary11101111111111001010011010101000101100010110111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFFCA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFFCA6; }

 p { color: rgb(239,252,166); }

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

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

 a { background-color: rgb(239,252,166); }

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

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

 span { border-color: rgb(239,252,166); }

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