#EBFBB2

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

Shades of Australian Mint #EBFBB2

Tints of Australian Mint #EBFBB2

Color information

#EBFBB2 (or 0xEBFBB2) is unknown color: approx Australian Mint. HEX triplet: EB, FB and B2. RGB value is (235,251,178). Sum of RGB (Red+Green+Blue) = 235+251+178=664 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.39% from 664); Green value is 251 (98.44% from 255 or 37.80% from 664); Blue value is 178 (69.92% from 255 or 26.81% from 664); Max value from RGB is 251 - color contains mainly: green. Hex color #EBFBB2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBFBB2 is #14044D. Grayscale: #EEEEEE. Windows color (decimal): -1311822 or 11729899. OLE color: 11729899.

HSL color Cylindrical-coordinate representation of color #EBFBB2: hue angle of 73.15º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EBFBB2 is Cyan = 0.06, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.02.

Color convert

RGB235251178-
CMYK0.0600.290.02
HSL73.15º90.12%84.12%-
HSV(B)73.15º29.08%98.43%-
XYZ76.7989.8755.42-
YUV237.8994.2125.94-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.39%
GREEN value IS 251 (98.44% from 255) = 37.80%
BLUE value IS 178 (69.92% from 255) = 26.81%
R=35.39%
G=37.80%
B=26.81%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2352511780.0600.290.0273.1590.1284.12
HexEBFBB2601D2495a54
Octal35337326260352111132124
Binary11101011111110111011001011001110110100100110110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBFBB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBFBB2; }

 p { color: rgb(235,251,178); }

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

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

 a { background-color: rgb(235,251,178); }

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

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

 span { border-color: rgb(235,251,178); }

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