#EAF7B2

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

Shades of Australian Mint #EAF7B2

Tints of Australian Mint #EAF7B2

Color information

#EAF7B2 (or 0xEAF7B2) is unknown color: approx Australian Mint. HEX triplet: EA, F7 and B2. RGB value is (234,247,178). Sum of RGB (Red+Green+Blue) = 234+247+178=659 (87% of max value = 765). Red value is 234 (91.80% from 255 or 35.51% from 659); Green value is 247 (96.88% from 255 or 37.48% from 659); Blue value is 178 (69.92% from 255 or 27.01% from 659); Max value from RGB is 247 - color contains mainly: green. Hex color #EAF7B2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAF7B2 is #15084D. Grayscale: #EBEBEB. Windows color (decimal): -1378382 or 11728874. OLE color: 11728874.

HSL color Cylindrical-coordinate representation of color #EAF7B2: hue angle of 71.3º degrees, saturation: 0.81, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EAF7B2 is Cyan = 0.05, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.03.

Color convert

RGB234247178-
CMYK0.0500.280.03
HSL71.3º81.18%83.33%-
HSV(B)71.3º27.94%96.86%-
XYZ75.2387.2354.99-
YUV235.2595.69127.11-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.51%
GREEN value IS 247 (96.88% from 255) = 37.48%
BLUE value IS 178 (69.92% from 255) = 27.01%
R=35.51%
G=37.48%
B=27.01%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2342471780.0500.280.0371.381.1883.33
HexEAF7B2501C3475153
Octal35236726250343107121123
Binary11101010111101111011001010101110011100011110100011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAF7B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAF7B2; }

 p { color: rgb(234,247,178); }

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

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

 a { background-color: rgb(234,247,178); }

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

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

 span { border-color: rgb(234,247,178); }

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