#EBFCAB

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

Shades of Australian Mint #EBFCAB

Tints of Australian Mint #EBFCAB

Color information

#EBFCAB (or 0xEBFCAB) is unknown color: approx Australian Mint. HEX triplet: EB, FC and AB. RGB value is (235,252,171). Sum of RGB (Red+Green+Blue) = 235+252+171=658 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.71% from 658); Green value is 252 (98.83% from 255 or 38.30% from 658); Blue value is 171 (67.19% from 255 or 25.99% from 658); Max value from RGB is 252 - color contains mainly: green. Hex color #EBFCAB is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBFCAB is #140354. Grayscale: #EDEDED. Windows color (decimal): -1311573 or 11271403. OLE color: 11271403.

HSL color Cylindrical-coordinate representation of color #EBFCAB: hue angle of 72.59º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EBFCAB is Cyan = 0.07, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.01.

Color convert

RGB235252171-
CMYK0.0700.320.01
HSL72.59º93.1%82.94%-
HSV(B)72.59º32.14%98.82%-
XYZ76.4290.2251.92-
YUV237.6890.37126.09-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.71%
GREEN value IS 252 (98.83% from 255) = 38.30%
BLUE value IS 171 (67.19% from 255) = 25.99%
R=35.71%
G=38.30%
B=25.99%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2352521710.0700.320.0172.5993.182.94
HexEBFCAB70201495d53
Octal35337425370401111135123
Binary11101011111111001010101111101000001100100110111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBFCAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBFCAB; }

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

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

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

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

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

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

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

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