#EFFBA6

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

Shades of Australian Mint #EFFBA6

Tints of Australian Mint #EFFBA6

Color information

#EFFBA6 (or 0xEFFBA6) is unknown color: approx Australian Mint. HEX triplet: EF, FB and A6. RGB value is (239,251,166). Sum of RGB (Red+Green+Blue) = 239+251+166=656 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.43% from 656); Green value is 251 (98.44% from 255 or 38.26% from 656); Blue value is 166 (65.23% from 255 or 25.30% from 656); Max value from RGB is 251 - color contains mainly: green. Hex color #EFFBA6 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFFBA6 is #100459. Grayscale: #EEEEEE. Windows color (decimal): -1049690 or 10943471. OLE color: 10943471.

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

Color convert

RGB239251166-
CMYK0.0500.340.02
HSL68.47º91.4%81.76%-
HSV(B)68.47º33.86%98.43%-
XYZ76.9890.149.41-
YUV237.7287.52128.91-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.43%
GREEN value IS 251 (98.44% from 255) = 38.26%
BLUE value IS 166 (65.23% from 255) = 25.30%
R=36.43%
G=38.26%
B=25.30%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2392511660.0500.340.0268.4791.481.76
HexEFFBA650222445b52
Octal35737324650422104133122
Binary111011111111101110100110101010001010100010010110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFFBA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFFBA6; }

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

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

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

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

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

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

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

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