#EBFFB1

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

Shades of Australian Mint #EBFFB1

Tints of Australian Mint #EBFFB1

Color information

#EBFFB1 (or 0xEBFFB1) is unknown color: approx Australian Mint. HEX triplet: EB, FF and B1. RGB value is (235,255,177). Sum of RGB (Red+Green+Blue) = 235+255+177=667 (88% of max value = 765). Red value is 235 (92.19% from 255 or 35.23% from 667); Green value is 255 (100% from 255 or 38.23% from 667); Blue value is 177 (69.53% from 255 or 26.54% from 667); Max value from RGB is 255 - color contains mainly: green. Hex color #EBFFB1 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBFFB1 is #14004E. Grayscale: #F0F0F0. Windows color (decimal): -1310799 or 11665387. OLE color: 11665387.

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

Color convert

RGB235255177-
CMYK0.0800.310
HSL75.38º100%84.71%-
HSV(B)75.38º30.59%100%-
XYZ77.9692.3655.31-
YUV240.1392.37124.34-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.23%
GREEN value IS 255 (100% from 255) = 38.23%
BLUE value IS 177 (69.53% from 255) = 26.54%
R=35.23%
G=38.23%
B=26.54%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2352551770.0800.31075.3810084.71
HexEBFFB1801F04b6455
Octal353377261100370113144125
Binary11101011111111111011000110000111110100101111001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBFFB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBFFB1; }

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

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

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

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

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

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

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

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