#EFFAF4

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

Shades of Mint Cream #EFFAF4

Tints of Mint Cream #EFFAF4

Color information

#EFFAF4 (or 0xEFFAF4) is unknown color: approx Mint Cream. HEX triplet: EF, FA and F4. RGB value is (239,250,244). Sum of RGB (Red+Green+Blue) = 239+250+244=733 (97% of max value = 765). Red value is 239 (93.75% from 255 or 32.61% from 733); Green value is 250 (98.05% from 255 or 34.11% from 733); Blue value is 244 (95.70% from 255 or 33.29% from 733); Max value from RGB is 250 - color contains mainly: green. Hex color #EFFAF4 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFFAF4 is #10050B. Grayscale: #F6F6F6. Windows color (decimal): -1049868 or 16055023. OLE color: 16055023.

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

Color convert

RGB239250244-
CMYK0.0400.020.02
HSL147.27º52.38%95.88%-
HSV(B)147.27º4.4%98.04%-
XYZ86.1193.2599.05-
YUV246.03126.86122.99-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 32.61%
GREEN value IS 250 (98.05% from 255) = 34.11%
BLUE value IS 244 (95.70% from 255) = 33.29%
R=32.61%
G=34.11%
B=33.29%

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
Decimal2392502440.0400.020.02147.2752.3895.88
HexEFFAF44022933460
Octal357372364402222364140
Binary11101111111110101111010010001010100100111101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFFAF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFFAF4; }

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

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

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

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

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

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

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

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