#EBFFAF

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

Shades of Australian Mint #EBFFAF

Tints of Australian Mint #EBFFAF

Color information

#EBFFAF (or 0xEBFFAF) is unknown color: approx Australian Mint. HEX triplet: EB, FF and AF. RGB value is (235,255,175). Sum of RGB (Red+Green+Blue) = 235+255+175=665 (88% of max value = 765). Red value is 235 (92.19% from 255 or 35.34% from 665); Green value is 255 (100% from 255 or 38.35% from 665); Blue value is 175 (68.75% from 255 or 26.32% from 665); Max value from RGB is 255 - color contains mainly: green. Hex color #EBFFAF is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBFFAF is #140050. Grayscale: #F0F0F0. Windows color (decimal): -1310801 or 11534315. OLE color: 11534315.

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

Color convert

RGB235255175-
CMYK0.0800.310
HSL75º100%84.31%-
HSV(B)75º31.37%100%-
XYZ77.7692.2854.27-
YUV239.991.37124.5-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.34%
GREEN value IS 255 (100% from 255) = 38.35%
BLUE value IS 175 (68.75% from 255) = 26.32%
R=35.34%
G=38.35%
B=26.32%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2352551750.0800.3107510084.31
HexEBFFAF801F04b6454
Octal353377257100370113144124
Binary11101011111111111010111110000111110100101111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBFFAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBFFAF; }

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

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

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

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

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

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

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

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