#EFFCF5

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

Shades of Mint Cream #EFFCF5

Tints of Mint Cream #EFFCF5

Color information

#EFFCF5 (or 0xEFFCF5) is unknown color: approx Mint Cream. HEX triplet: EF, FC and F5. RGB value is (239,252,245). Sum of RGB (Red+Green+Blue) = 239+252+245=736 (97% of max value = 765). Red value is 239 (93.75% from 255 or 32.47% from 736); Green value is 252 (98.83% from 255 or 34.24% from 736); Blue value is 245 (96.09% from 255 or 33.29% from 736); Max value from RGB is 252 - color contains mainly: green. Hex color #EFFCF5 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFFCF5 is #10030A. Grayscale: #F7F7F7. Windows color (decimal): -1049355 or 16121071. OLE color: 16121071.

HSL color Cylindrical-coordinate representation of color #EFFCF5: hue angle of 147.69º degrees, saturation: 0.68, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #EFFCF5 is Cyan = 0.05, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.01.

Color convert

RGB239252245-
CMYK0.0500.030.01
HSL147.69º68.42%96.27%-
HSV(B)147.69º5.16%98.82%-
XYZ86.8994.56100.06-
YUV247.32126.69122.07-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 32.47%
GREEN value IS 252 (98.83% from 255) = 34.24%
BLUE value IS 245 (96.09% from 255) = 33.29%
R=32.47%
G=34.24%
B=33.29%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2392522450.0500.030.01147.6968.4296.27
HexEFFCF55031944460
Octal3573743655031224104140
Binary11101111111111001111010110101111001010010001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFFCF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFFCF5; }

 p { color: rgb(239,252,245); }

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

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

 a { background-color: rgb(239,252,245); }

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

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

 span { border-color: rgb(239,252,245); }

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