#EEFAF5

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

Shades of Mint Cream #EEFAF5

Tints of Mint Cream #EEFAF5

Color information

#EEFAF5 (or 0xEEFAF5) is unknown color: approx Mint Cream. HEX triplet: EE, FA and F5. RGB value is (238,250,245). Sum of RGB (Red+Green+Blue) = 238+250+245=733 (97% of max value = 765). Red value is 238 (93.36% from 255 or 32.47% from 733); Green value is 250 (98.05% from 255 or 34.11% from 733); Blue value is 245 (96.09% from 255 or 33.42% from 733); Max value from RGB is 250 - color contains mainly: green. Hex color #EEFAF5 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EEFAF5 is #11050A. Grayscale: #F5F5F5. Windows color (decimal): -1115403 or 16120558. OLE color: 16120558.

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

Color convert

RGB238250245-
CMYK0.0500.020.02
HSL155º54.55%95.69%-
HSV(B)155º4.8%98.04%-
XYZ85.9393.1499.84-
YUV245.84127.52122.41-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 32.47%
GREEN value IS 250 (98.05% from 255) = 34.11%
BLUE value IS 245 (96.09% from 255) = 33.42%
R=32.47%
G=34.11%
B=33.42%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2382502450.0500.020.0215554.5595.69
HexEEFAF550229b3760
Octal356372365502223367140
Binary11101110111110101111010110101010100110111101111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEFAF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEFAF5; }

 p { color: rgb(238,250,245); }

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

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

 a { background-color: rgb(238,250,245); }

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

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

 span { border-color: rgb(238,250,245); }

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