#EBFAAB

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

Shades of Australian Mint #EBFAAB

Tints of Australian Mint #EBFAAB

Color information

#EBFAAB (or 0xEBFAAB) is unknown color: approx Australian Mint. HEX triplet: EB, FA and AB. RGB value is (235,250,171). Sum of RGB (Red+Green+Blue) = 235+250+171=656 (86% of max value = 765). Red value is 235 (92.19% from 255 or 35.82% from 656); Green value is 250 (98.05% from 255 or 38.11% from 656); Blue value is 171 (67.19% from 255 or 26.07% from 656); Max value from RGB is 250 - color contains mainly: green. Hex color #EBFAAB is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBFAAB is #140554. Grayscale: #ECECEC. Windows color (decimal): -1312085 or 11270891. OLE color: 11270891.

HSL color Cylindrical-coordinate representation of color #EBFAAB: hue angle of 71.39º degrees, saturation: 0.89, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EBFAAB is Cyan = 0.06, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.02.

Color convert

RGB235250171-
CMYK0.0600.320.02
HSL71.39º88.76%82.55%-
HSV(B)71.39º31.6%98.04%-
XYZ75.888.9751.71-
YUV236.5191.03126.92-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.82%
GREEN value IS 250 (98.05% from 255) = 38.11%
BLUE value IS 171 (67.19% from 255) = 26.07%
R=35.82%
G=38.11%
B=26.07%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2352501710.0600.320.0271.3988.7682.55
HexEBFAAB60202475953
Octal35337225360402107131123
Binary111010111111101010101011110010000010100011110110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBFAAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBFAAB; }

 p { color: rgb(235,250,171); }

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

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

 a { background-color: rgb(235,250,171); }

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

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

 span { border-color: rgb(235,250,171); }

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