#EAFCF2

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

Shades of Mint Cream #EAFCF2

Tints of Mint Cream #EAFCF2

Color information

#EAFCF2 (or 0xEAFCF2) is unknown color: approx Mint Cream. HEX triplet: EA, FC and F2. RGB value is (234,252,242). Sum of RGB (Red+Green+Blue) = 234+252+242=728 (96% of max value = 765). Red value is 234 (91.80% from 255 or 32.14% from 728); Green value is 252 (98.83% from 255 or 34.62% from 728); Blue value is 242 (94.92% from 255 or 33.24% from 728); Max value from RGB is 252 - color contains mainly: green. Hex color #EAFCF2 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EAFCF2 is #15030D. Grayscale: #F5F5F5. Windows color (decimal): -1377038 or 15924458. OLE color: 15924458.

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

Color convert

RGB234252242-
CMYK0.0700.040.01
HSL146.67º75%95.29%-
HSV(B)146.67º7.14%98.82%-
XYZ84.7793.5297.59-
YUV245.48126.04119.81-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 32.14%
GREEN value IS 252 (98.83% from 255) = 34.62%
BLUE value IS 242 (94.92% from 255) = 33.24%
R=32.14%
G=34.62%
B=33.24%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2342522420.0700.040.01146.677595.29
HexEAFCF27041934b5f
Octal3523743627041223113137
Binary111010101111110011110010111010011001001110010111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAFCF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAFCF2; }

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

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

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

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

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

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

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

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