#EFFAAA

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

Shades of Australian Mint #EFFAAA

Tints of Australian Mint #EFFAAA

Color information

#EFFAAA (or 0xEFFAAA) is unknown color: approx Australian Mint. HEX triplet: EF, FA and AA. RGB value is (239,250,170). Sum of RGB (Red+Green+Blue) = 239+250+170=659 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.27% from 659); Green value is 250 (98.05% from 255 or 37.94% from 659); Blue value is 170 (66.80% from 255 or 25.80% from 659); Max value from RGB is 250 - color contains mainly: green. Hex color #EFFAAA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFFAAA is #100555. Grayscale: #EDEDED. Windows color (decimal): -1049942 or 11205359. OLE color: 11205359.

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

Color convert

RGB239250170-
CMYK0.0400.320.02
HSL68.25º88.89%82.35%-
HSV(B)68.25º32%98.04%-
XYZ77.0489.6251.27-
YUV237.5989.86129-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.27%
GREEN value IS 250 (98.05% from 255) = 37.94%
BLUE value IS 170 (66.80% from 255) = 25.80%
R=36.27%
G=37.94%
B=25.80%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2392501700.0400.320.0268.2588.8982.35
HexEFFAAA40202445952
Octal35737225240402104131122
Binary111011111111101010101010100010000010100010010110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFFAAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFFAAA; }

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

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

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

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

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

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

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

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