#EBFFB4

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

Shades of Australian Mint #EBFFB4

Tints of Australian Mint #EBFFB4

Color information

#EBFFB4 (or 0xEBFFB4) is unknown color: approx Australian Mint. HEX triplet: EB, FF and B4. RGB value is (235,255,180). Sum of RGB (Red+Green+Blue) = 235+255+180=670 (88% of max value = 765). Red value is 235 (92.19% from 255 or 35.07% from 670); Green value is 255 (100% from 255 or 38.06% from 670); Blue value is 180 (70.70% from 255 or 26.87% from 670); Max value from RGB is 255 - color contains mainly: green. Hex color #EBFFB4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBFFB4 is #14004B. Grayscale: #F0F0F0. Windows color (decimal): -1310796 or 11861995. OLE color: 11861995.

HSL color Cylindrical-coordinate representation of color #EBFFB4: hue angle of 76º 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 #EBFFB4 is Cyan = 0.08, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.

Color convert

RGB235255180-
CMYK0.0800.290
HSL76º100%85.29%-
HSV(B)76º29.41%100%-
XYZ78.2692.4856.91-
YUV240.4793.87124.1-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.07%
GREEN value IS 255 (100% from 255) = 38.06%
BLUE value IS 180 (70.70% from 255) = 26.87%
R=35.07%
G=38.06%
B=26.87%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2352551800.0800.2907610085.29
HexEBFFB4801D04c6455
Octal353377264100350114144125
Binary11101011111111111011010010000111010100110011001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBFFB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBFFB4; }

 p { color: rgb(235,255,180); }

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

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

 a { background-color: rgb(235,255,180); }

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

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

 span { border-color: rgb(235,255,180); }

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