#EEFEAF

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

Shades of Australian Mint #EEFEAF

Tints of Australian Mint #EEFEAF

Color information

#EEFEAF (or 0xEEFEAF) is unknown color: approx Australian Mint. HEX triplet: EE, FE and AF. RGB value is (238,254,175). Sum of RGB (Red+Green+Blue) = 238+254+175=667 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.68% from 667); Green value is 254 (99.61% from 255 or 38.08% from 667); Blue value is 175 (68.75% from 255 or 26.24% from 667); Max value from RGB is 254 - color contains mainly: green. Hex color #EEFEAF is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEFEAF is #110150. Grayscale: #F0F0F0. Windows color (decimal): -1114449 or 11534062. OLE color: 11534062.

HSL color Cylindrical-coordinate representation of color #EEFEAF: hue angle of 72.15º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #EEFEAF is Cyan = 0.06, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.00.

Color convert

RGB238254175-
CMYK0.0600.310.00
HSL72.15º97.53%84.12%-
HSV(B)72.15º31.1%99.61%-
XYZ78.4492.1654.21-
YUV240.2191.2126.42-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 35.68%
GREEN value IS 254 (99.61% from 255) = 38.08%
BLUE value IS 175 (68.75% from 255) = 26.24%
R=35.68%
G=38.08%
B=26.24%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2382541750.0600.310.0072.1597.5384.12
HexEEFEAF601F0486254
Octal35637625760370110142124
Binary1110111011111110101011111100111110100100011000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEFEAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEFEAF; }

 p { color: rgb(238,254,175); }

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

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

 a { background-color: rgb(238,254,175); }

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

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

 span { border-color: rgb(238,254,175); }

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