#EAFFF8

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

Shades of Mint Cream #EAFFF8

Tints of Mint Cream #EAFFF8

Color information

#EAFFF8 (or 0xEAFFF8) is unknown color: approx Mint Cream. HEX triplet: EA, FF and F8. RGB value is (234,255,248). Sum of RGB (Red+Green+Blue) = 234+255+248=737 (97% of max value = 765). Red value is 234 (91.80% from 255 or 31.75% from 737); Green value is 255 (100% from 255 or 34.60% from 737); Blue value is 248 (97.27% from 255 or 33.65% from 737); Max value from RGB is 255 - color contains mainly: green. Hex color #EAFFF8 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EAFFF8 is #150007. Grayscale: #F7F7F7. Windows color (decimal): -1376264 or 16318442. OLE color: 16318442.

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

Color convert

RGB234255248-
CMYK0.0800.030
HSL160º100%95.88%-
HSV(B)160º8.24%100%-
XYZ86.6395.79102.73-
YUV247.92128.04118.07-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 31.75%
GREEN value IS 255 (100% from 255) = 34.60%
BLUE value IS 248 (97.27% from 255) = 33.65%
R=31.75%
G=34.60%
B=33.65%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2342552480.0800.03016010095.88
HexEAFFF88030a06460
Octal35237737010030240144140
Binary111010101111111111111000100001101010000011001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAFFF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAFFF8; }

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

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

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

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

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

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

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

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