#EBFAA8

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

Shades of Australian Mint #EBFAA8

Tints of Australian Mint #EBFAA8

Color information

#EBFAA8 (or 0xEBFAA8) is unknown color: approx Australian Mint. HEX triplet: EB, FA and A8. RGB value is (235,250,168). Sum of RGB (Red+Green+Blue) = 235+250+168=653 (86% of max value = 765). Red value is 235 (92.19% from 255 or 35.99% from 653); Green value is 250 (98.05% from 255 or 38.28% from 653); Blue value is 168 (66.02% from 255 or 25.73% from 653); Max value from RGB is 250 - color contains mainly: green. Hex color #EBFAA8 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBFAA8 is #140557. Grayscale: #ECECEC. Windows color (decimal): -1312088 or 11074283. OLE color: 11074283.

HSL color Cylindrical-coordinate representation of color #EBFAA8: hue angle of 70.98º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EBFAA8 is Cyan = 0.06, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.02.

Color convert

RGB235250168-
CMYK0.0600.330.02
HSL70.98º89.13%81.96%-
HSV(B)70.98º32.8%98.04%-
XYZ75.5188.8650.22-
YUV236.1789.53127.17-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.99%
GREEN value IS 250 (98.05% from 255) = 38.28%
BLUE value IS 168 (66.02% from 255) = 25.73%
R=35.99%
G=38.28%
B=25.73%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2352501680.0600.330.0270.9889.1381.96
HexEBFAA860212475952
Octal35337225060412107131122
Binary111010111111101010101000110010000110100011110110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBFAA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBFAA8; }

 p { color: rgb(235,250,168); }

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

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

 a { background-color: rgb(235,250,168); }

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

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

 span { border-color: rgb(235,250,168); }

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