#EDFAB3

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

Shades of Australian Mint #EDFAB3

Tints of Australian Mint #EDFAB3

Color information

#EDFAB3 (or 0xEDFAB3) is unknown color: approx Australian Mint. HEX triplet: ED, FA and B3. RGB value is (237,250,179). Sum of RGB (Red+Green+Blue) = 237+250+179=666 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.59% from 666); Green value is 250 (98.05% from 255 or 37.54% from 666); Blue value is 179 (70.31% from 255 or 26.88% from 666); Max value from RGB is 250 - color contains mainly: green. Hex color #EDFAB3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDFAB3 is #12054C. Grayscale: #EEEEEE. Windows color (decimal): -1181005 or 11795181. OLE color: 11795181.

HSL color Cylindrical-coordinate representation of color #EDFAB3: hue angle of 70.99º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EDFAB3 is Cyan = 0.05, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.02.

Color convert

RGB237250179-
CMYK0.0500.280.02
HSL70.99º87.65%84.12%-
HSV(B)70.99º28.4%98.04%-
XYZ77.2589.6355.88-
YUV238.0294.69127.27-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.59%
GREEN value IS 250 (98.05% from 255) = 37.54%
BLUE value IS 179 (70.31% from 255) = 26.88%
R=35.59%
G=37.54%
B=26.88%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2372501790.0500.280.0270.9987.6584.12
HexEDFAB3501C2475854
Octal35537226350342107130124
Binary11101101111110101011001110101110010100011110110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDFAB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDFAB3; }

 p { color: rgb(237,250,179); }

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

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

 a { background-color: rgb(237,250,179); }

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

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

 span { border-color: rgb(237,250,179); }

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