#EFFEB2

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

Shades of Australian Mint #EFFEB2

Tints of Australian Mint #EFFEB2

Color information

#EFFEB2 (or 0xEFFEB2) is unknown color: approx Australian Mint. HEX triplet: EF, FE and B2. RGB value is (239,254,178). Sum of RGB (Red+Green+Blue) = 239+254+178=671 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.62% from 671); Green value is 254 (99.61% from 255 or 37.85% from 671); Blue value is 178 (69.92% from 255 or 26.53% from 671); Max value from RGB is 254 - color contains mainly: green. Hex color #EFFEB2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFFEB2 is #10014D. Grayscale: #F1F1F1. Windows color (decimal): -1048910 or 11730671. OLE color: 11730671.

HSL color Cylindrical-coordinate representation of color #EFFEB2: hue angle of 71.84º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EFFEB2 is Cyan = 0.06, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.00.

Color convert

RGB239254178-
CMYK0.0600.300.00
HSL71.84º97.44%84.71%-
HSV(B)71.84º29.92%99.61%-
XYZ79.0792.4555.8-
YUV240.8592.53126.68-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.62%
GREEN value IS 254 (99.61% from 255) = 37.85%
BLUE value IS 178 (69.92% from 255) = 26.53%
R=35.62%
G=37.85%
B=26.53%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2392541780.0600.300.0071.8497.4484.71
HexEFFEB2601E0486155
Octal35737626260360110141125
Binary1110111111111110101100101100111100100100011000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFFEB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFFEB2; }

 p { color: rgb(239,254,178); }

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

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

 a { background-color: rgb(239,254,178); }

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

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

 span { border-color: rgb(239,254,178); }

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