#EBFAB3

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

Shades of Australian Mint #EBFAB3

Tints of Australian Mint #EBFAB3

Color information

#EBFAB3 (or 0xEBFAB3) is unknown color: approx Australian Mint. HEX triplet: EB, FA and B3. RGB value is (235,250,179). Sum of RGB (Red+Green+Blue) = 235+250+179=664 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.39% from 664); Green value is 250 (98.05% from 255 or 37.65% from 664); Blue value is 179 (70.31% from 255 or 26.96% from 664); Max value from RGB is 250 - color contains mainly: green. Hex color #EBFAB3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBFAB3 is #14054C. Grayscale: #EDEDED. Windows color (decimal): -1312077 or 11795179. OLE color: 11795179.

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

Color convert

RGB235250179-
CMYK0.0600.280.02
HSL72.68º87.65%84.12%-
HSV(B)72.68º28.4%98.04%-
XYZ76.5889.2955.85-
YUV237.4295.03126.27-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.39%
GREEN value IS 250 (98.05% from 255) = 37.65%
BLUE value IS 179 (70.31% from 255) = 26.96%
R=35.39%
G=37.65%
B=26.96%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2352501790.0600.280.0272.6887.6584.12
HexEBFAB3601C2495854
Octal35337226360342111130124
Binary11101011111110101011001111001110010100100110110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBFAB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBFAB3; }

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

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

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

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

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

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

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

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