#EBFDAF

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

Shades of Australian Mint #EBFDAF

Tints of Australian Mint #EBFDAF

Color information

#EBFDAF (or 0xEBFDAF) is unknown color: approx Australian Mint. HEX triplet: EB, FD and AF. RGB value is (235,253,175). Sum of RGB (Red+Green+Blue) = 235+253+175=663 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.44% from 663); Green value is 253 (99.22% from 255 or 38.16% from 663); Blue value is 175 (68.75% from 255 or 26.40% from 663); Max value from RGB is 253 - color contains mainly: green. Hex color #EBFDAF is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBFDAF is #140250. Grayscale: #EFEFEF. Windows color (decimal): -1311313 or 11533803. OLE color: 11533803.

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

Color convert

RGB235253175-
CMYK0.0700.310.01
HSL73.85º95.12%83.92%-
HSV(B)73.85º30.83%99.22%-
XYZ77.1291.0154.06-
YUV238.7392.04125.34-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.44%
GREEN value IS 253 (99.22% from 255) = 38.16%
BLUE value IS 175 (68.75% from 255) = 26.40%
R=35.44%
G=38.16%
B=26.40%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2352531750.0700.310.0173.8595.1283.92
HexEBFDAF701F14a5f54
Octal35337525770371112137124
Binary1110101111111101101011111110111111100101010111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBFDAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBFDAF; }

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

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

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

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

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

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

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

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