#EDFBA8

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

Shades of Australian Mint #EDFBA8

Tints of Australian Mint #EDFBA8

Color information

#EDFBA8 (or 0xEDFBA8) is unknown color: approx Australian Mint. HEX triplet: ED, FB and A8. RGB value is (237,251,168). Sum of RGB (Red+Green+Blue) = 237+251+168=656 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.13% from 656); Green value is 251 (98.44% from 255 or 38.26% from 656); Blue value is 168 (66.02% from 255 or 25.61% from 656); Max value from RGB is 251 - color contains mainly: green. Hex color #EDFBA8 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDFBA8 is #120457. Grayscale: #EDEDED. Windows color (decimal): -1180760 or 11074541. OLE color: 11074541.

HSL color Cylindrical-coordinate representation of color #EDFBA8: hue angle of 70.12º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EDFBA8 is Cyan = 0.06, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.02.

Color convert

RGB237251168-
CMYK0.0600.330.02
HSL70.12º91.21%82.16%-
HSV(B)70.12º33.07%98.43%-
XYZ76.4989.8350.35-
YUV237.3588.86127.75-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.13%
GREEN value IS 251 (98.44% from 255) = 38.26%
BLUE value IS 168 (66.02% from 255) = 25.61%
R=36.13%
G=38.26%
B=25.61%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2372511680.0600.330.0270.1291.2182.16
HexEDFBA860212465b52
Octal35537325060412106133122
Binary111011011111101110101000110010000110100011010110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDFBA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDFBA8; }

 p { color: rgb(237,251,168); }

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

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

 a { background-color: rgb(237,251,168); }

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

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

 span { border-color: rgb(237,251,168); }

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