#EAFCF5

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

Shades of Mint Cream #EAFCF5

Tints of Mint Cream #EAFCF5

Color information

#EAFCF5 (or 0xEAFCF5) is unknown color: approx Mint Cream. HEX triplet: EA, FC and F5. RGB value is (234,252,245). Sum of RGB (Red+Green+Blue) = 234+252+245=731 (96% of max value = 765). Red value is 234 (91.80% from 255 or 32.01% from 731); Green value is 252 (98.83% from 255 or 34.47% from 731); Blue value is 245 (96.09% from 255 or 33.52% from 731); Max value from RGB is 252 - color contains mainly: green. Hex color #EAFCF5 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EAFCF5 is #15030A. Grayscale: #F5F5F5. Windows color (decimal): -1377035 or 16121066. OLE color: 16121066.

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

Color convert

RGB234252245-
CMYK0.0700.030.01
HSL156.67º75%95.29%-
HSV(B)156.67º7.14%98.82%-
XYZ85.2293.7199.98-
YUV245.82127.54119.57-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 32.01%
GREEN value IS 252 (98.83% from 255) = 34.47%
BLUE value IS 245 (96.09% from 255) = 33.52%
R=32.01%
G=34.47%
B=33.52%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2342522450.0700.030.01156.677595.29
HexEAFCF570319d4b5f
Octal3523743657031235113137
Binary11101010111111001111010111101111001110110010111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAFCF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAFCF5; }

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

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

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

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

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

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

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

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