#EBF9F2

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

Shades of Mint Cream #EBF9F2

Tints of Mint Cream #EBF9F2

Color information

#EBF9F2 (or 0xEBF9F2) is unknown color: approx Mint Cream. HEX triplet: EB, F9 and F2. RGB value is (235,249,242). Sum of RGB (Red+Green+Blue) = 235+249+242=726 (96% of max value = 765). Red value is 235 (92.19% from 255 or 32.37% from 726); Green value is 249 (97.66% from 255 or 34.30% from 726); Blue value is 242 (94.92% from 255 or 33.33% from 726); Max value from RGB is 249 - color contains mainly: green. Hex color #EBF9F2 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBF9F2 is #14060D. Grayscale: #F4F4F4. Windows color (decimal): -1312270 or 15923691. OLE color: 15923691.

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

Color convert

RGB235249242-
CMYK0.0600.030.02
HSL150º53.85%94.9%-
HSV(B)150º5.62%97.65%-
XYZ84.1691.8297.29-
YUV244.02126.86121.57-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 32.37%
GREEN value IS 249 (97.66% from 255) = 34.30%
BLUE value IS 242 (94.92% from 255) = 33.33%
R=32.37%
G=34.30%
B=33.33%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2352492420.0600.030.0215053.8594.9
HexEBF9F2603296365f
Octal353371362603222666137
Binary11101011111110011111001011001110100101101101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBF9F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBF9F2; }

 p { color: rgb(235,249,242); }

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

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

 a { background-color: rgb(235,249,242); }

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

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

 span { border-color: rgb(235,249,242); }

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