#EEFFAF

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

Shades of Australian Mint #EEFFAF

Tints of Australian Mint #EEFFAF

Color information

#EEFFAF (or 0xEEFFAF) is unknown color: approx Australian Mint. HEX triplet: EE, FF and AF. RGB value is (238,255,175). Sum of RGB (Red+Green+Blue) = 238+255+175=668 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.63% from 668); Green value is 255 (100% from 255 or 38.17% from 668); Blue value is 175 (68.75% from 255 or 26.20% from 668); Max value from RGB is 255 - color contains mainly: green. Hex color #EEFFAF is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEFFAF is #110050. Grayscale: #F1F1F1. Windows color (decimal): -1114193 or 11534318. OLE color: 11534318.

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

Color convert

RGB238255175-
CMYK0.0700.310
HSL72.75º100%84.31%-
HSV(B)72.75º31.37%100%-
XYZ78.7692.7954.32-
YUV240.890.87126-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 35.63%
GREEN value IS 255 (100% from 255) = 38.17%
BLUE value IS 175 (68.75% from 255) = 26.20%
R=35.63%
G=38.17%
B=26.20%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2382551750.0700.31072.7510084.31
HexEEFFAF701F0496454
Octal35637725770370111144124
Binary1110111011111111101011111110111110100100111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEFFAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEFFAF; }

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

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

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

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

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

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

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

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