#EFFFFA

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

Shades of Mint Cream #EFFFFA

Tints of Mint Cream #EFFFFA

Color information

#EFFFFA (or 0xEFFFFA) is unknown color: approx Mint Cream. HEX triplet: EF, FF and FA. RGB value is (239,255,250). Sum of RGB (Red+Green+Blue) = 239+255+250=744 (98% of max value = 765). Red value is 239 (93.75% from 255 or 32.12% from 744); Green value is 255 (100% from 255 or 34.27% from 744); Blue value is 250 (98.05% from 255 or 33.60% from 744); Max value from RGB is 255 - color contains mainly: green. Hex color #EFFFFA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFFFFA is #100005. Grayscale: #F9F9F9. Windows color (decimal): -1048582 or 16449519. OLE color: 16449519.

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

Color convert

RGB239255250-
CMYK0.0600.020
HSL161.25º100%96.86%-
HSV(B)161.25º6.27%100%-
XYZ88.6196.77104.45-
YUV249.65128.2120.41-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 32.12%
GREEN value IS 255 (100% from 255) = 34.27%
BLUE value IS 250 (98.05% from 255) = 33.60%
R=32.12%
G=34.27%
B=33.60%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2392552500.0600.020161.2510096.86
HexEFFFFA6020a16461
Octal3573773726020241144141
Binary11101111111111111111101011001001010000111001001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFFFFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFFFFA; }

 p { color: rgb(239,255,250); }

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

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

 a { background-color: rgb(239,255,250); }

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

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

 span { border-color: rgb(239,255,250); }

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