#EAFFB1

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

Shades of Australian Mint #EAFFB1

Tints of Australian Mint #EAFFB1

Color information

#EAFFB1 (or 0xEAFFB1) is unknown color: approx Australian Mint. HEX triplet: EA, FF and B1. RGB value is (234,255,177). Sum of RGB (Red+Green+Blue) = 234+255+177=666 (88% of max value = 765). Red value is 234 (91.80% from 255 or 35.14% from 666); Green value is 255 (100% from 255 or 38.29% from 666); Blue value is 177 (69.53% from 255 or 26.58% from 666); Max value from RGB is 255 - color contains mainly: green. Hex color #EAFFB1 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAFFB1 is #15004E. Grayscale: #F0F0F0. Windows color (decimal): -1376335 or 11665386. OLE color: 11665386.

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

Color convert

RGB234255177-
CMYK0.0800.310
HSL76.15º100%84.71%-
HSV(B)76.15º30.59%100%-
XYZ77.6392.1955.3-
YUV239.8392.54123.84-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.14%
GREEN value IS 255 (100% from 255) = 38.29%
BLUE value IS 177 (69.53% from 255) = 26.58%
R=35.14%
G=38.29%
B=26.58%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2342551770.0800.31076.1510084.71
HexEAFFB1801F04c6455
Octal352377261100370114144125
Binary11101010111111111011000110000111110100110011001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAFFB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAFFB1; }

 p { color: rgb(234,255,177); }

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

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

 a { background-color: rgb(234,255,177); }

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

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

 span { border-color: rgb(234,255,177); }

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