#EFFAF7

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

Shades of Mint Cream #EFFAF7

Tints of Mint Cream #EFFAF7

Color information

#EFFAF7 (or 0xEFFAF7) is unknown color: approx Mint Cream. HEX triplet: EF, FA and F7. RGB value is (239,250,247). Sum of RGB (Red+Green+Blue) = 239+250+247=736 (97% of max value = 765). Red value is 239 (93.75% from 255 or 32.47% from 736); Green value is 250 (98.05% from 255 or 33.97% from 736); Blue value is 247 (96.88% from 255 or 33.56% from 736); Max value from RGB is 250 - color contains mainly: green. Hex color #EFFAF7 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFFAF7 is #100508. Grayscale: #F6F6F6. Windows color (decimal): -1049865 or 16251631. OLE color: 16251631.

HSL color Cylindrical-coordinate representation of color #EFFAF7: hue angle of 163.64º degrees, saturation: 0.52, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #EFFAF7 is Cyan = 0.04, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.02.

Color convert

RGB239250247-
CMYK0.0400.010.02
HSL163.64º52.38%95.88%-
HSV(B)163.64º4.4%98.04%-
XYZ86.5793.44101.47-
YUV246.37128.36122.74-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 32.47%
GREEN value IS 250 (98.05% from 255) = 33.97%
BLUE value IS 247 (96.88% from 255) = 33.56%
R=32.47%
G=33.97%
B=33.56%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2392502470.0400.010.02163.6452.3895.88
HexEFFAF74012a43460
Octal357372367401224464140
Binary1110111111111010111101111000110101001001101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFFAF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFFAF7; }

 p { color: rgb(239,250,247); }

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

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

 a { background-color: rgb(239,250,247); }

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

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

 span { border-color: rgb(239,250,247); }

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