#EBF1AB

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

Shades of Australian Mint #EBF1AB

Tints of Australian Mint #EBF1AB

Color information

#EBF1AB (or 0xEBF1AB) is unknown color: approx Australian Mint. HEX triplet: EB, F1 and AB. RGB value is (235,241,171). Sum of RGB (Red+Green+Blue) = 235+241+171=647 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.32% from 647); Green value is 241 (94.53% from 255 or 37.25% from 647); Blue value is 171 (67.19% from 255 or 26.43% from 647); Max value from RGB is 241 - color contains mainly: green. Hex color #EBF1AB is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBF1AB is #140E54. Grayscale: #E7E7E7. Windows color (decimal): -1314389 or 11268587. OLE color: 11268587.

HSL color Cylindrical-coordinate representation of color #EBF1AB: hue angle of 65.14º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EBF1AB is Cyan = 0.02, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.

Color convert

RGB235241171-
CMYK0.0200.290.05
HSL65.14º71.43%80.78%-
HSV(B)65.14º29.05%94.51%-
XYZ73.0783.5150.8-
YUV231.2394.01130.69-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.32%
GREEN value IS 241 (94.53% from 255) = 37.25%
BLUE value IS 171 (67.19% from 255) = 26.43%
R=36.32%
G=37.25%
B=26.43%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2352411710.0200.290.0565.1471.4380.78
HexEBF1AB201D5414751
Octal35336125320355101107121
Binary11101011111100011010101110011101101100000110001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBF1AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBF1AB; }

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

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

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

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

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

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

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

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