#EFF8AA

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

Shades of Australian Mint #EFF8AA

Tints of Australian Mint #EFF8AA

Color information

#EFF8AA (or 0xEFF8AA) is unknown color: approx Australian Mint. HEX triplet: EF, F8 and AA. RGB value is (239,248,170). Sum of RGB (Red+Green+Blue) = 239+248+170=657 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.38% from 657); Green value is 248 (97.27% from 255 or 37.75% from 657); Blue value is 170 (66.80% from 255 or 25.88% from 657); Max value from RGB is 248 - color contains mainly: green. Hex color #EFF8AA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFF8AA is #100755. Grayscale: #ECECEC. Windows color (decimal): -1050454 or 11204847. OLE color: 11204847.

HSL color Cylindrical-coordinate representation of color #EFF8AA: hue angle of 66.92º degrees, saturation: 0.85, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #EFF8AA is Cyan = 0.04, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.03.

Color convert

RGB239248170-
CMYK0.0400.310.03
HSL66.92º84.78%81.96%-
HSV(B)66.92º31.45%97.25%-
XYZ76.4288.3951.06-
YUV236.4290.52129.84-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.38%
GREEN value IS 248 (97.27% from 255) = 37.75%
BLUE value IS 170 (66.80% from 255) = 25.88%
R=36.38%
G=37.75%
B=25.88%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2392481700.0400.310.0366.9284.7881.96
HexEFF8AA401F3435552
Octal35737025240373103125122
Binary11101111111110001010101010001111111100001110101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFF8AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFF8AA; }

 p { color: rgb(239,248,170); }

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

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

 a { background-color: rgb(239,248,170); }

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

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

 span { border-color: rgb(239,248,170); }

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