#EBFAB0

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

Shades of Australian Mint #EBFAB0

Tints of Australian Mint #EBFAB0

Color information

#EBFAB0 (or 0xEBFAB0) is unknown color: approx Australian Mint. HEX triplet: EB, FA and B0. RGB value is (235,250,176). Sum of RGB (Red+Green+Blue) = 235+250+176=661 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.55% from 661); Green value is 250 (98.05% from 255 or 37.82% from 661); Blue value is 176 (69.14% from 255 or 26.63% from 661); Max value from RGB is 250 - color contains mainly: green. Hex color #EBFAB0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBFAB0 is #14054F. Grayscale: #EDEDED. Windows color (decimal): -1312080 or 11598571. OLE color: 11598571.

HSL color Cylindrical-coordinate representation of color #EBFAB0: hue angle of 72.16º degrees, saturation: 0.88, 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 #EBFAB0 is Cyan = 0.06, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.02.

Color convert

RGB235250176-
CMYK0.0600.300.02
HSL72.16º88.1%83.53%-
HSV(B)72.16º29.6%98.04%-
XYZ76.2889.1754.26-
YUV237.0893.53126.52-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.55%
GREEN value IS 250 (98.05% from 255) = 37.82%
BLUE value IS 176 (69.14% from 255) = 26.63%
R=35.55%
G=37.82%
B=26.63%

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
Decimal2352501760.0600.300.0272.1688.183.53
HexEBFAB0601E2485854
Octal35337226060362110130124
Binary11101011111110101011000011001111010100100010110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBFAB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBFAB0; }

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

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

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

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

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

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

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

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