#EDFAB2

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

Shades of Australian Mint #EDFAB2

Tints of Australian Mint #EDFAB2

Color information

#EDFAB2 (or 0xEDFAB2) is unknown color: approx Australian Mint. HEX triplet: ED, FA and B2. RGB value is (237,250,178). Sum of RGB (Red+Green+Blue) = 237+250+178=665 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.64% from 665); Green value is 250 (98.05% from 255 or 37.59% from 665); Blue value is 178 (69.92% from 255 or 26.77% from 665); Max value from RGB is 250 - color contains mainly: green. Hex color #EDFAB2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDFAB2 is #12054D. Grayscale: #EEEEEE. Windows color (decimal): -1181006 or 11729645. OLE color: 11729645.

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

Color convert

RGB237250178-
CMYK0.0500.290.02
HSL70.83º87.8%83.92%-
HSV(B)70.83º28.8%98.04%-
XYZ77.1589.5955.35-
YUV237.994.19127.35-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.64%
GREEN value IS 250 (98.05% from 255) = 37.59%
BLUE value IS 178 (69.92% from 255) = 26.77%
R=35.64%
G=37.59%
B=26.77%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2372501780.0500.290.0270.8387.883.92
HexEDFAB2501D2475854
Octal35537226250352107130124
Binary11101101111110101011001010101110110100011110110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDFAB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDFAB2; }

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

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

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

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

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

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

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

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