#EBFBB0

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

Shades of Australian Mint #EBFBB0

Tints of Australian Mint #EBFBB0

Color information

#EBFBB0 (or 0xEBFBB0) is unknown color: approx Australian Mint. HEX triplet: EB, FB and B0. RGB value is (235,251,176). Sum of RGB (Red+Green+Blue) = 235+251+176=662 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.50% from 662); Green value is 251 (98.44% from 255 or 37.92% from 662); Blue value is 176 (69.14% from 255 or 26.59% from 662); Max value from RGB is 251 - color contains mainly: green. Hex color #EBFBB0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBFBB0 is #14044F. Grayscale: #EDEDED. Windows color (decimal): -1311824 or 11598827. OLE color: 11598827.

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

Color convert

RGB235251176-
CMYK0.0600.300.02
HSL72.8º90.36%83.73%-
HSV(B)72.8º29.88%98.43%-
XYZ76.5989.7954.37-
YUV237.6793.2126.1-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.50%
GREEN value IS 251 (98.44% from 255) = 37.92%
BLUE value IS 176 (69.14% from 255) = 26.59%
R=35.50%
G=37.92%
B=26.59%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2352511760.0600.300.0272.890.3683.73
HexEBFBB0601E2495a54
Octal35337326060362111132124
Binary11101011111110111011000011001111010100100110110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBFBB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBFBB0; }

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

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

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

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

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

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

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

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