#EAFFF7

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

Shades of Mint Cream #EAFFF7

Tints of Mint Cream #EAFFF7

Color information

#EAFFF7 (or 0xEAFFF7) is unknown color: approx Mint Cream. HEX triplet: EA, FF and F7. RGB value is (234,255,247). Sum of RGB (Red+Green+Blue) = 234+255+247=736 (97% of max value = 765). Red value is 234 (91.80% from 255 or 31.79% from 736); Green value is 255 (100% from 255 or 34.65% from 736); Blue value is 247 (96.88% from 255 or 33.56% from 736); Max value from RGB is 255 - color contains mainly: green. Hex color #EAFFF7 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EAFFF7 is #150008. Grayscale: #F7F7F7. Windows color (decimal): -1376265 or 16252906. OLE color: 16252906.

HSL color Cylindrical-coordinate representation of color #EAFFF7: hue angle of 157.14º degrees, saturation: 1, lightness: 0.96%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #EAFFF7 is Cyan = 0.08, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.

Color convert

RGB234255247-
CMYK0.0800.030
HSL157.14º100%95.88%-
HSV(B)157.14º8.24%100%-
XYZ86.4895.73101.92-
YUV247.81127.54118.15-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 31.79%
GREEN value IS 255 (100% from 255) = 34.65%
BLUE value IS 247 (96.88% from 255) = 33.56%
R=31.79%
G=34.65%
B=33.56%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2342552470.0800.030157.1410095.88
HexEAFFF780309d6460
Octal35237736710030235144140
Binary111010101111111111110111100001101001110111001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAFFF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAFFF7; }

 p { color: rgb(234,255,247); }

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

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

 a { background-color: rgb(234,255,247); }

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

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

 span { border-color: rgb(234,255,247); }

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