#EDFDAC

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

Shades of Australian Mint #EDFDAC

Tints of Australian Mint #EDFDAC

Color information

#EDFDAC (or 0xEDFDAC) is unknown color: approx Australian Mint. HEX triplet: ED, FD and AC. RGB value is (237,253,172). Sum of RGB (Red+Green+Blue) = 237+253+172=662 (87% of max value = 765). Red value is 237 (92.97% from 255 or 35.80% from 662); Green value is 253 (99.22% from 255 or 38.22% from 662); Blue value is 172 (67.58% from 255 or 25.98% from 662); Max value from RGB is 253 - color contains mainly: green. Hex color #EDFDAC is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDFDAC is #120253. Grayscale: #EFEFEF. Windows color (decimal): -1180244 or 11337197. OLE color: 11337197.

HSL color Cylindrical-coordinate representation of color #EDFDAC: hue angle of 71.85º degrees, saturation: 0.95, 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 #EDFDAC is Cyan = 0.06, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.01.

Color convert

RGB237253172-
CMYK0.0600.320.01
HSL71.85º95.29%83.33%-
HSV(B)71.85º32.02%99.22%-
XYZ77.591.2352.56-
YUV238.9890.2126.59-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.80%
GREEN value IS 253 (99.22% from 255) = 38.22%
BLUE value IS 172 (67.58% from 255) = 25.98%
R=35.80%
G=38.22%
B=25.98%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2372531720.0600.320.0171.8595.2983.33
HexEDFDAC60201485f53
Octal35537525460401110137123
Binary11101101111111011010110011001000001100100010111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDFDAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDFDAC; }

 p { color: rgb(237,253,172); }

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

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

 a { background-color: rgb(237,253,172); }

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

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

 span { border-color: rgb(237,253,172); }

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