#EAFBA0

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

Shades of Australian Mint #EAFBA0

Tints of Australian Mint #EAFBA0

Color information

#EAFBA0 (or 0xEAFBA0) is unknown color: approx Australian Mint. HEX triplet: EA, FB and A0. RGB value is (234,251,160). Sum of RGB (Red+Green+Blue) = 234+251+160=645 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.28% from 645); Green value is 251 (98.44% from 255 or 38.91% from 645); Blue value is 160 (62.89% from 255 or 24.81% from 645); Max value from RGB is 251 - color contains mainly: green. Hex color #EAFBA0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAFBA0 is #15045F. Grayscale: #EBEBEB. Windows color (decimal): -1377376 or 10550250. OLE color: 10550250.

HSL color Cylindrical-coordinate representation of color #EAFBA0: hue angle of 71.21º degrees, saturation: 0.92, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #EAFBA0 is Cyan = 0.07, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.02.

Color convert

RGB234251160-
CMYK0.0700.360.02
HSL71.21º91.92%80.59%-
HSV(B)71.21º36.25%98.43%-
XYZ74.7789.0246.5-
YUV235.5485.37126.9-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.28%
GREEN value IS 251 (98.44% from 255) = 38.91%
BLUE value IS 160 (62.89% from 255) = 24.81%
R=36.28%
G=38.91%
B=24.81%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2342511600.0700.360.0271.2191.9280.59
HexEAFBA070242475c51
Octal35237324070442107134121
Binary111010101111101110100000111010010010100011110111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAFBA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAFBA0; }

 p { color: rgb(234,251,160); }

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

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

 a { background-color: rgb(234,251,160); }

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

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

 span { border-color: rgb(234,251,160); }

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