#EBFCAC

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

Shades of Australian Mint #EBFCAC

Tints of Australian Mint #EBFCAC

Color information

#EBFCAC (or 0xEBFCAC) is unknown color: approx Australian Mint. HEX triplet: EB, FC and AC. RGB value is (235,252,172). Sum of RGB (Red+Green+Blue) = 235+252+172=659 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.66% from 659); Green value is 252 (98.83% from 255 or 38.24% from 659); Blue value is 172 (67.58% from 255 or 26.10% from 659); Max value from RGB is 252 - color contains mainly: green. Hex color #EBFCAC is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBFCAC is #140353. Grayscale: #EEEEEE. Windows color (decimal): -1311572 or 11336939. OLE color: 11336939.

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

Color convert

RGB235252172-
CMYK0.0700.320.01
HSL72.75º93.02%83.14%-
HSV(B)72.75º31.75%98.82%-
XYZ76.5290.2652.42-
YUV237.890.87126-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.66%
GREEN value IS 252 (98.83% from 255) = 38.24%
BLUE value IS 172 (67.58% from 255) = 26.10%
R=35.66%
G=38.24%
B=26.10%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2352521720.0700.320.0172.7593.0283.14
HexEBFCAC70201495d53
Octal35337425470401111135123
Binary11101011111111001010110011101000001100100110111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBFCAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBFCAC; }

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

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

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

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

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

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

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

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