#EBFFAE

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

Shades of Australian Mint #EBFFAE

Tints of Australian Mint #EBFFAE

Color information

#EBFFAE (or 0xEBFFAE) is unknown color: approx Australian Mint. HEX triplet: EB, FF and AE. RGB value is (235,255,174). Sum of RGB (Red+Green+Blue) = 235+255+174=664 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.39% from 664); Green value is 255 (100% from 255 or 38.40% from 664); Blue value is 174 (68.36% from 255 or 26.20% from 664); Max value from RGB is 255 - color contains mainly: green. Hex color #EBFFAE is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBFFAE is #140051. Grayscale: #F0F0F0. Windows color (decimal): -1310802 or 11468779. OLE color: 11468779.

HSL color Cylindrical-coordinate representation of color #EBFFAE: hue angle of 74.81º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EBFFAE is Cyan = 0.08, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.

Color convert

RGB235255174-
CMYK0.0800.320
HSL74.81º100%84.12%-
HSV(B)74.81º31.76%100%-
XYZ77.6692.2453.75-
YUV239.7990.87124.59-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.39%
GREEN value IS 255 (100% from 255) = 38.40%
BLUE value IS 174 (68.36% from 255) = 26.20%
R=35.39%
G=38.40%
B=26.20%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2352551740.0800.32074.8110084.12
HexEBFFAE802004b6454
Octal353377256100400113144124
Binary111010111111111110101110100001000000100101111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBFFAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBFFAE; }

 p { color: rgb(235,255,174); }

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

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

 a { background-color: rgb(235,255,174); }

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

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

 span { border-color: rgb(235,255,174); }

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