#EBF7A8

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

Shades of Australian Mint #EBF7A8

Tints of Australian Mint #EBF7A8

Color information

#EBF7A8 (or 0xEBF7A8) is unknown color: approx Australian Mint. HEX triplet: EB, F7 and A8. RGB value is (235,247,168). Sum of RGB (Red+Green+Blue) = 235+247+168=650 (86% of max value = 765). Red value is 235 (92.19% from 255 or 36.15% from 650); Green value is 247 (96.88% from 255 or 38% from 650); Blue value is 168 (66.02% from 255 or 25.85% from 650); Max value from RGB is 247 - color contains mainly: green. Hex color #EBF7A8 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBF7A8 is #140857. Grayscale: #EAEAEA. Windows color (decimal): -1312856 or 11073515. OLE color: 11073515.

HSL color Cylindrical-coordinate representation of color #EBF7A8: hue angle of 69.11º degrees, saturation: 0.83, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EBF7A8 is Cyan = 0.05, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.03.

Color convert

RGB235247168-
CMYK0.0500.320.03
HSL69.11º83.16%81.37%-
HSV(B)69.11º31.98%96.86%-
XYZ74.5987.0149.91-
YUV234.4190.52128.42-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.15%
GREEN value IS 247 (96.88% from 255) = 38%
BLUE value IS 168 (66.02% from 255) = 25.85%
R=36.15%
G=38%
B=25.85%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2352471680.0500.320.0369.1183.1681.37
HexEBF7A850203455351
Octal35336725050403105123121
Binary111010111111011110101000101010000011100010110100111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBF7A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBF7A8; }

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

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

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

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

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

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

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

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