#EBFFAD

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

Shades of Australian Mint #EBFFAD

Tints of Australian Mint #EBFFAD

Color information

#EBFFAD (or 0xEBFFAD) is unknown color: approx Australian Mint. HEX triplet: EB, FF and AD. RGB value is (235,255,173). Sum of RGB (Red+Green+Blue) = 235+255+173=663 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.44% from 663); Green value is 255 (100% from 255 or 38.46% from 663); Blue value is 173 (67.97% from 255 or 26.09% from 663); Max value from RGB is 255 - color contains mainly: green. Hex color #EBFFAD is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBFFAD is #140052. Grayscale: #EFEFEF. Windows color (decimal): -1310803 or 11403243. OLE color: 11403243.

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

Color convert

RGB235255173-
CMYK0.0800.320
HSL74.63º100%83.92%-
HSV(B)74.63º32.16%100%-
XYZ77.5692.253.24-
YUV239.6790.37124.67-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.44%
GREEN value IS 255 (100% from 255) = 38.46%
BLUE value IS 173 (67.97% from 255) = 26.09%
R=35.44%
G=38.46%
B=26.09%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2352551730.0800.32074.6310083.92
HexEBFFAD802004b6454
Octal353377255100400113144124
Binary111010111111111110101101100001000000100101111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBFFAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBFFAD; }

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

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

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

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

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

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

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

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