#EEFFAA

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

Shades of Australian Mint #EEFFAA

Tints of Australian Mint #EEFFAA

Color information

#EEFFAA (or 0xEEFFAA) is unknown color: approx Australian Mint. HEX triplet: EE, FF and AA. RGB value is (238,255,170). Sum of RGB (Red+Green+Blue) = 238+255+170=663 (87% of max value = 765). Red value is 238 (93.36% from 255 or 35.90% from 663); Green value is 255 (100% from 255 or 38.46% from 663); Blue value is 170 (66.80% from 255 or 25.64% from 663); Max value from RGB is 255 - color contains mainly: green. Hex color #EEFFAA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEFFAA is #110055. Grayscale: #F0F0F0. Windows color (decimal): -1114198 or 11206638. OLE color: 11206638.

HSL color Cylindrical-coordinate representation of color #EEFFAA: hue angle of 72º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EEFFAA is Cyan = 0.07, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.

Color convert

RGB238255170-
CMYK0.0700.330
HSL72º100%83.33%-
HSV(B)72º33.33%100%-
XYZ78.2892.651.78-
YUV240.2388.37126.41-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 35.90%
GREEN value IS 255 (100% from 255) = 38.46%
BLUE value IS 170 (66.80% from 255) = 25.64%
R=35.90%
G=38.46%
B=25.64%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2382551700.0700.3307210083.33
HexEEFFAA70210486453
Octal35637725270410110144123
Binary11101110111111111010101011101000010100100011001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEFFAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEFFAA; }

 p { color: rgb(238,255,170); }

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

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

 a { background-color: rgb(238,255,170); }

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

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

 span { border-color: rgb(238,255,170); }

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