#EBF7AB

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

Shades of Australian Mint #EBF7AB

Tints of Australian Mint #EBF7AB

Color information

#EBF7AB (or 0xEBF7AB) is unknown color: approx Australian Mint. HEX triplet: EB, F7 and AB. RGB value is (235,247,171). Sum of RGB (Red+Green+Blue) = 235+247+171=653 (86% of max value = 765). Red value is 235 (92.19% from 255 or 35.99% from 653); Green value is 247 (96.88% from 255 or 37.83% from 653); Blue value is 171 (67.19% from 255 or 26.19% from 653); Max value from RGB is 247 - color contains mainly: green. Hex color #EBF7AB is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBF7AB is #140854. Grayscale: #EBEBEB. Windows color (decimal): -1312853 or 11270123. OLE color: 11270123.

HSL color Cylindrical-coordinate representation of color #EBF7AB: hue angle of 69.47º degrees, saturation: 0.83, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #EBF7AB is Cyan = 0.05, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.03.

Color convert

RGB235247171-
CMYK0.0500.310.03
HSL69.47º82.61%81.96%-
HSV(B)69.47º30.77%96.86%-
XYZ74.8787.1251.4-
YUV234.7592.02128.18-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.99%
GREEN value IS 247 (96.88% from 255) = 37.83%
BLUE value IS 171 (67.19% from 255) = 26.19%
R=35.99%
G=37.83%
B=26.19%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2352471710.0500.310.0369.4782.6181.96
HexEBF7AB501F3455352
Octal35336725350373105123122
Binary11101011111101111010101110101111111100010110100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBF7AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBF7AB; }

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

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

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

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

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

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

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

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