#EBFCB3

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

Shades of Australian Mint #EBFCB3

Tints of Australian Mint #EBFCB3

Color information

#EBFCB3 (or 0xEBFCB3) is unknown color: approx Australian Mint. HEX triplet: EB, FC and B3. RGB value is (235,252,179). Sum of RGB (Red+Green+Blue) = 235+252+179=666 (88% of max value = 765). Red value is 235 (92.19% from 255 or 35.29% from 666); Green value is 252 (98.83% from 255 or 37.84% from 666); Blue value is 179 (70.31% from 255 or 26.88% from 666); Max value from RGB is 252 - color contains mainly: green. Hex color #EBFCB3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBFCB3 is #14034C. Grayscale: #EEEEEE. Windows color (decimal): -1311565 or 11795691. OLE color: 11795691.

HSL color Cylindrical-coordinate representation of color #EBFCB3: hue angle of 73.97º degrees, saturation: 0.92, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EBFCB3 is Cyan = 0.07, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.01.

Color convert

RGB235252179-
CMYK0.0700.290.01
HSL73.97º92.41%84.51%-
HSV(B)73.97º28.97%98.82%-
XYZ77.2190.5456.05-
YUV238.5994.37125.44-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.29%
GREEN value IS 252 (98.83% from 255) = 37.84%
BLUE value IS 179 (70.31% from 255) = 26.88%
R=35.29%
G=37.84%
B=26.88%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2352521790.0700.290.0173.9792.4184.51
HexEBFCB3701D14a5c55
Octal35337426370351112134125
Binary1110101111111100101100111110111011100101010111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBFCB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBFCB3; }

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

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

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

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

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

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

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

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