#EFFAF6

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

Shades of Mint Cream #EFFAF6

Tints of Mint Cream #EFFAF6

Color information

#EFFAF6 (or 0xEFFAF6) is unknown color: approx Mint Cream. HEX triplet: EF, FA and F6. RGB value is (239,250,246). Sum of RGB (Red+Green+Blue) = 239+250+246=735 (97% of max value = 765). Red value is 239 (93.75% from 255 or 32.52% from 735); Green value is 250 (98.05% from 255 or 34.01% from 735); Blue value is 246 (96.48% from 255 or 33.47% from 735); Max value from RGB is 250 - color contains mainly: green. Hex color #EFFAF6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFFAF6 is #100509. Grayscale: #F6F6F6. Windows color (decimal): -1049866 or 16186095. OLE color: 16186095.

HSL color Cylindrical-coordinate representation of color #EFFAF6: hue angle of 158.18º 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 #EFFAF6 is Cyan = 0.04, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.02.

Color convert

RGB239250246-
CMYK0.0400.020.02
HSL158.18º52.38%95.88%-
HSV(B)158.18º4.4%98.04%-
XYZ86.4293.38100.66-
YUV246.26127.86122.83-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 32.52%
GREEN value IS 250 (98.05% from 255) = 34.01%
BLUE value IS 246 (96.48% from 255) = 33.47%
R=32.52%
G=34.01%
B=33.47%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2392502460.0400.020.02158.1852.3895.88
HexEFFAF640229e3460
Octal357372366402223664140
Binary11101111111110101111011010001010100111101101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFFAF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFFAF6; }

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

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

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

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

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

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

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

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