#EFFBF8

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

Shades of Mint Cream #EFFBF8

Tints of Mint Cream #EFFBF8

Color information

#EFFBF8 (or 0xEFFBF8) is unknown color: approx Mint Cream. HEX triplet: EF, FB and F8. RGB value is (239,251,248). Sum of RGB (Red+Green+Blue) = 239+251+248=738 (97% of max value = 765). Red value is 239 (93.75% from 255 or 32.38% from 738); Green value is 251 (98.44% from 255 or 34.01% from 738); Blue value is 248 (97.27% from 255 or 33.60% from 738); Max value from RGB is 251 - color contains mainly: green. Hex color #EFFBF8 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFFBF8 is #100407. Grayscale: #F7F7F7. Windows color (decimal): -1049608 or 16317423. OLE color: 16317423.

HSL color Cylindrical-coordinate representation of color #EFFBF8: hue angle of 165º degrees, saturation: 0.6, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #EFFBF8 is Cyan = 0.05, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.02.

Color convert

RGB239251248-
CMYK0.0500.010.02
HSL165º60%96.08%-
HSV(B)165º4.78%98.43%-
XYZ87.0494.12102.39-
YUV247.07128.52122.24-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 32.38%
GREEN value IS 251 (98.44% from 255) = 34.01%
BLUE value IS 248 (97.27% from 255) = 33.60%
R=32.38%
G=34.01%
B=33.60%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2392512480.0500.010.021656096.08
HexEFFBF85012a53c60
Octal357373370501224574140
Binary1110111111111011111110001010110101001011111001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFFBF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFFBF8; }

 p { color: rgb(239,251,248); }

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

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

 a { background-color: rgb(239,251,248); }

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

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

 span { border-color: rgb(239,251,248); }

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