#EBF4AB

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

Shades of Australian Mint #EBF4AB

Tints of Australian Mint #EBF4AB

Color information

#EBF4AB (or 0xEBF4AB) is unknown color: approx Australian Mint. HEX triplet: EB, F4 and AB. RGB value is (235,244,171). Sum of RGB (Red+Green+Blue) = 235+244+171=650 (86% of max value = 765). Red value is 235 (92.19% from 255 or 36.15% from 650); Green value is 244 (95.70% from 255 or 37.54% from 650); Blue value is 171 (67.19% from 255 or 26.31% from 650); Max value from RGB is 244 - color contains mainly: green. Hex color #EBF4AB is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBF4AB is #140B54. Grayscale: #E9E9E9. Windows color (decimal): -1313621 or 11269355. OLE color: 11269355.

HSL color Cylindrical-coordinate representation of color #EBF4AB: hue angle of 67.4º degrees, saturation: 0.77, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EBF4AB is Cyan = 0.04, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.04.

Color convert

RGB235244171-
CMYK0.0400.300.04
HSL67.4º76.84%81.37%-
HSV(B)67.4º29.92%95.69%-
XYZ73.9685.351.1-
YUV232.9993.02129.44-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.15%
GREEN value IS 244 (95.70% from 255) = 37.54%
BLUE value IS 171 (67.19% from 255) = 26.31%
R=36.15%
G=37.54%
B=26.31%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2352441710.0400.300.0467.476.8481.37
HexEBF4AB401E4434d51
Octal35336425340364103115121
Binary111010111111010010101011100011110100100001110011011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBF4AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBF4AB; }

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

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

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

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

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

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

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

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