#EDFEF5

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

Shades of Mint Cream #EDFEF5

Tints of Mint Cream #EDFEF5

Color information

#EDFEF5 (or 0xEDFEF5) is unknown color: approx Mint Cream. HEX triplet: ED, FE and F5. RGB value is (237,254,245). Sum of RGB (Red+Green+Blue) = 237+254+245=736 (97% of max value = 765). Red value is 237 (92.97% from 255 or 32.20% from 736); Green value is 254 (99.61% from 255 or 34.51% from 736); Blue value is 245 (96.09% from 255 or 33.29% from 736); Max value from RGB is 254 - color contains mainly: green. Hex color #EDFEF5 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDFEF5 is #12010A. Grayscale: #F7F7F7. Windows color (decimal): -1179915 or 16121581. OLE color: 16121581.

HSL color Cylindrical-coordinate representation of color #EDFEF5: hue angle of 148.24º degrees, saturation: 0.89, lightness: 0.96%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #EDFEF5 is Cyan = 0.07, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.00.

Color convert

RGB237254245-
CMYK0.0700.040.00
HSL148.24º89.47%96.27%-
HSV(B)148.24º6.69%99.61%-
XYZ86.8595.48100.24-
YUV247.89126.37120.23-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 32.20%
GREEN value IS 254 (99.61% from 255) = 34.51%
BLUE value IS 245 (96.09% from 255) = 33.29%
R=32.20%
G=34.51%
B=33.29%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2372542450.0700.040.00148.2489.4796.27
HexEDFEF57040945960
Octal3553763657040224131140
Binary111011011111111011110101111010001001010010110011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDFEF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDFEF5; }

 p { color: rgb(237,254,245); }

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

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

 a { background-color: rgb(237,254,245); }

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

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

 span { border-color: rgb(237,254,245); }

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