#EFFCA2

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

Shades of Australian Mint #EFFCA2

Tints of Australian Mint #EFFCA2

Color information

#EFFCA2 (or 0xEFFCA2) is unknown color: approx Australian Mint. HEX triplet: EF, FC and A2. RGB value is (239,252,162). Sum of RGB (Red+Green+Blue) = 239+252+162=653 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.60% from 653); Green value is 252 (98.83% from 255 or 38.59% from 653); Blue value is 162 (63.67% from 255 or 24.81% from 653); Max value from RGB is 252 - color contains mainly: green. Hex color #EFFCA2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFFCA2 is #10035D. Grayscale: #EEEEEE. Windows color (decimal): -1049438 or 10681583. OLE color: 10681583.

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

Color convert

RGB239252162-
CMYK0.0500.360.01
HSL68.67º93.75%81.18%-
HSV(B)68.67º35.71%98.82%-
XYZ76.9390.5847.61-
YUV237.8585.19128.82-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.60%
GREEN value IS 252 (98.83% from 255) = 38.59%
BLUE value IS 162 (63.67% from 255) = 24.81%
R=36.60%
G=38.59%
B=24.81%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2392521620.0500.360.0168.6793.7581.18
HexEFFCA250241455e51
Octal35737424250441105136121
Binary11101111111111001010001010101001001100010110111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFFCA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFFCA2; }

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

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

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

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

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

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

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

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