#EDFCB2

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

Shades of Australian Mint #EDFCB2

Tints of Australian Mint #EDFCB2

Color information

#EDFCB2 (or 0xEDFCB2) is unknown color: approx Australian Mint. HEX triplet: ED, FC and B2. RGB value is (237,252,178). Sum of RGB (Red+Green+Blue) = 237+252+178=667 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.53% from 667); Green value is 252 (98.83% from 255 or 37.78% from 667); Blue value is 178 (69.92% from 255 or 26.69% from 667); Max value from RGB is 252 - color contains mainly: green. Hex color #EDFCB2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDFCB2 is #12034D. Grayscale: #EFEFEF. Windows color (decimal): -1180494 or 11730157. OLE color: 11730157.

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

Color convert

RGB237252178-
CMYK0.0600.290.01
HSL72.16º92.5%84.31%-
HSV(B)72.16º29.37%98.82%-
XYZ77.7790.8455.55-
YUV239.0893.53126.52-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.53%
GREEN value IS 252 (98.83% from 255) = 37.78%
BLUE value IS 178 (69.92% from 255) = 26.69%
R=35.53%
G=37.78%
B=26.69%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2372521780.0600.290.0172.1692.584.31
HexEDFCB2601D1485c54
Octal35537426260351110134124
Binary1110110111111100101100101100111011100100010111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDFCB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDFCB2; }

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

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

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

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

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

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

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

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