#EBFEB6

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

Shades of Australian Mint #EBFEB6

Tints of Australian Mint #EBFEB6

Color information

#EBFEB6 (or 0xEBFEB6) is unknown color: approx Australian Mint. HEX triplet: EB, FE and B6. RGB value is (235,254,182). Sum of RGB (Red+Green+Blue) = 235+254+182=671 (88% of max value = 765). Red value is 235 (92.19% from 255 or 35.02% from 671); Green value is 254 (99.61% from 255 or 37.85% from 671); Blue value is 182 (71.48% from 255 or 27.12% from 671); Max value from RGB is 254 - color contains mainly: green. Hex color #EBFEB6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBFEB6 is #140149. Grayscale: #F0F0F0. Windows color (decimal): -1311050 or 11992811. OLE color: 11992811.

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

Color convert

RGB235254182-
CMYK0.0700.280.00
HSL75.83º97.3%85.49%-
HSV(B)75.83º28.35%99.61%-
XYZ78.1591.9257.88-
YUV240.1195.21124.35-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.02%
GREEN value IS 254 (99.61% from 255) = 37.85%
BLUE value IS 182 (71.48% from 255) = 27.12%
R=35.02%
G=37.85%
B=27.12%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2352541820.0700.280.0075.8397.385.49
HexEBFEB6701C04c6155
Octal35337626670340114141125
Binary1110101111111110101101101110111000100110011000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBFEB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBFEB6; }

 p { color: rgb(235,254,182); }

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

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

 a { background-color: rgb(235,254,182); }

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

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

 span { border-color: rgb(235,254,182); }

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