#EBFCB5

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

Shades of Australian Mint #EBFCB5

Tints of Australian Mint #EBFCB5

Color information

#EBFCB5 (or 0xEBFCB5) is unknown color: approx Australian Mint. HEX triplet: EB, FC and B5. RGB value is (235,252,181). Sum of RGB (Red+Green+Blue) = 235+252+181=668 (88% of max value = 765). Red value is 235 (92.19% from 255 or 35.18% from 668); Green value is 252 (98.83% from 255 or 37.72% from 668); Blue value is 181 (71.09% from 255 or 27.10% from 668); Max value from RGB is 252 - color contains mainly: green. Hex color #EBFCB5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBFCB5 is #14034A. Grayscale: #EFEFEF. Windows color (decimal): -1311563 or 11926763. OLE color: 11926763.

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

Color convert

RGB235252181-
CMYK0.0700.280.01
HSL74.37º92.21%84.9%-
HSV(B)74.37º28.17%98.82%-
XYZ77.4190.6257.13-
YUV238.8295.37125.27-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.18%
GREEN value IS 252 (98.83% from 255) = 37.72%
BLUE value IS 181 (71.09% from 255) = 27.10%
R=35.18%
G=37.72%
B=27.10%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2352521810.0700.280.0174.3792.2184.9
HexEBFCB5701C14a5c55
Octal35337426570341112134125
Binary1110101111111100101101011110111001100101010111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBFCB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBFCB5; }

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

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

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

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

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

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

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

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