#EAFFF6

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

Shades of Mint Cream #EAFFF6

Tints of Mint Cream #EAFFF6

Color information

#EAFFF6 (or 0xEAFFF6) is unknown color: approx Mint Cream. HEX triplet: EA, FF and F6. RGB value is (234,255,246). Sum of RGB (Red+Green+Blue) = 234+255+246=735 (97% of max value = 765). Red value is 234 (91.80% from 255 or 31.84% from 735); Green value is 255 (100% from 255 or 34.69% from 735); Blue value is 246 (96.48% from 255 or 33.47% from 735); Max value from RGB is 255 - color contains mainly: green. Hex color #EAFFF6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EAFFF6 is #150009. Grayscale: #F7F7F7. Windows color (decimal): -1376266 or 16187370. OLE color: 16187370.

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

Color convert

RGB234255246-
CMYK0.0800.040
HSL154.29º100%95.88%-
HSV(B)154.29º8.24%100%-
XYZ86.3395.67101.1-
YUV247.7127.04118.23-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 31.84%
GREEN value IS 255 (100% from 255) = 34.69%
BLUE value IS 246 (96.48% from 255) = 33.47%
R=31.84%
G=34.69%
B=33.47%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2342552460.0800.040154.2910095.88
HexEAFFF680409a6460
Octal35237736610040232144140
Binary1110101011111111111101101000010001001101011001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAFFF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAFFF6; }

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

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

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

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

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

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

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

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