#EAFFB5

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

Shades of Australian Mint #EAFFB5

Tints of Australian Mint #EAFFB5

Color information

#EAFFB5 (or 0xEAFFB5) is unknown color: approx Australian Mint. HEX triplet: EA, FF and B5. RGB value is (234,255,181). Sum of RGB (Red+Green+Blue) = 234+255+181=670 (88% of max value = 765). Red value is 234 (91.80% from 255 or 34.93% from 670); Green value is 255 (100% from 255 or 38.06% from 670); Blue value is 181 (71.09% from 255 or 27.01% from 670); Max value from RGB is 255 - color contains mainly: green. Hex color #EAFFB5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAFFB5 is #15004A. Grayscale: #F0F0F0. Windows color (decimal): -1376331 or 11927530. OLE color: 11927530.

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

Color convert

RGB234255181-
CMYK0.0800.290
HSL77.03º100%85.49%-
HSV(B)77.03º29.02%100%-
XYZ78.0392.3557.43-
YUV240.2994.54123.52-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.93%
GREEN value IS 255 (100% from 255) = 38.06%
BLUE value IS 181 (71.09% from 255) = 27.01%
R=34.93%
G=38.06%
B=27.01%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2342551810.0800.29077.0310085.49
HexEAFFB5801D04d6455
Octal352377265100350115144125
Binary11101010111111111011010110000111010100110111001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAFFB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAFFB5; }

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

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

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

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

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

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

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

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