#EEFBA5

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

Shades of Australian Mint #EEFBA5

Tints of Australian Mint #EEFBA5

Color information

#EEFBA5 (or 0xEEFBA5) is unknown color: approx Australian Mint. HEX triplet: EE, FB and A5. RGB value is (238,251,165). Sum of RGB (Red+Green+Blue) = 238+251+165=654 (86% of max value = 765). Red value is 238 (93.36% from 255 or 36.39% from 654); Green value is 251 (98.44% from 255 or 38.38% from 654); Blue value is 165 (64.84% from 255 or 25.23% from 654); Max value from RGB is 251 - color contains mainly: green. Hex color #EEFBA5 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEFBA5 is #11045A. Grayscale: #EDEDED. Windows color (decimal): -1115227 or 10877934. OLE color: 10877934.

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

Color convert

RGB238251165-
CMYK0.0500.340.02
HSL69.07º91.49%81.57%-
HSV(B)69.07º34.26%98.43%-
XYZ76.5589.8948.91-
YUV237.3187.19128.49-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 36.39%
GREEN value IS 251 (98.44% from 255) = 38.38%
BLUE value IS 165 (64.84% from 255) = 25.23%
R=36.39%
G=38.38%
B=25.23%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2382511650.0500.340.0269.0791.4981.57
HexEEFBA550222455b52
Octal35637324550422105133122
Binary111011101111101110100101101010001010100010110110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEFBA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEFBA5; }

 p { color: rgb(238,251,165); }

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

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

 a { background-color: rgb(238,251,165); }

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

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

 span { border-color: rgb(238,251,165); }

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