#EBFDA8

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

Shades of Australian Mint #EBFDA8

Tints of Australian Mint #EBFDA8

Color information

#EBFDA8 (or 0xEBFDA8) is unknown color: approx Australian Mint. HEX triplet: EB, FD and A8. RGB value is (235,253,168). Sum of RGB (Red+Green+Blue) = 235+253+168=656 (86% of max value = 765). Red value is 235 (92.19% from 255 or 35.82% from 656); Green value is 253 (99.22% from 255 or 38.57% from 656); Blue value is 168 (66.02% from 255 or 25.61% from 656); Max value from RGB is 253 - color contains mainly: green. Hex color #EBFDA8 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBFDA8 is #140257. Grayscale: #EEEEEE. Windows color (decimal): -1311320 or 11075051. OLE color: 11075051.

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

Color convert

RGB235253168-
CMYK0.0700.340.01
HSL72.71º95.51%82.55%-
HSV(B)72.71º33.6%99.22%-
XYZ76.4590.7450.53-
YUV237.9388.54125.91-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.82%
GREEN value IS 253 (99.22% from 255) = 38.57%
BLUE value IS 168 (66.02% from 255) = 25.61%
R=35.82%
G=38.57%
B=25.61%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2352531680.0700.340.0172.7195.5182.55
HexEBFDA870221496053
Octal35337525070421111140123
Binary11101011111111011010100011101000101100100111000001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBFDA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBFDA8; }

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

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

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

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

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

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

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

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