#EFFBA8

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

Shades of Australian Mint #EFFBA8

Tints of Australian Mint #EFFBA8

Color information

#EFFBA8 (or 0xEFFBA8) is unknown color: approx Australian Mint. HEX triplet: EF, FB and A8. RGB value is (239,251,168). Sum of RGB (Red+Green+Blue) = 239+251+168=658 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.32% from 658); Green value is 251 (98.44% from 255 or 38.15% from 658); Blue value is 168 (66.02% from 255 or 25.53% from 658); Max value from RGB is 251 - color contains mainly: green. Hex color #EFFBA8 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFFBA8 is #100457. Grayscale: #EEEEEE. Windows color (decimal): -1049688 or 11074543. OLE color: 11074543.

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

Color convert

RGB239251168-
CMYK0.0500.330.02
HSL68.67º91.21%82.16%-
HSV(B)68.67º33.07%98.43%-
XYZ77.1690.1750.38-
YUV237.9588.52128.75-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.32%
GREEN value IS 251 (98.44% from 255) = 38.15%
BLUE value IS 168 (66.02% from 255) = 25.53%
R=36.32%
G=38.15%
B=25.53%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2392511680.0500.330.0268.6791.2182.16
HexEFFBA850212455b52
Octal35737325050412105133122
Binary111011111111101110101000101010000110100010110110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFFBA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFFBA8; }

 p { color: rgb(239,251,168); }

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

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

 a { background-color: rgb(239,251,168); }

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

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

 span { border-color: rgb(239,251,168); }

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