#B3EBD1

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

Shades of Magic Mint #B3EBD1

Tints of Magic Mint #B3EBD1

Color information

#B3EBD1 (or 0xB3EBD1) is unknown color: approx Magic Mint. HEX triplet: B3, EB and D1. RGB value is (179,235,209). Sum of RGB (Red+Green+Blue) = 179+235+209=623 (82% of max value = 765). Red value is 179 (70.31% from 255 or 28.73% from 623); Green value is 235 (92.19% from 255 or 37.72% from 623); Blue value is 209 (82.03% from 255 or 33.55% from 623); Max value from RGB is 235 - color contains mainly: green. Hex color #B3EBD1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B3EBD1 is #4C142E. Grayscale: #D7D7D7. Windows color (decimal): -4985903 or 13757363. OLE color: 13757363.

HSL color Cylindrical-coordinate representation of color #B3EBD1: hue angle of 152.14º degrees, saturation: 0.58, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B3EBD1 is Cyan = 0.24, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.08.

Color convert

RGB179235209-
CMYK0.2400.110.08
HSL152.14º58.33%81.18%-
HSV(B)152.14º23.83%92.16%-
XYZ59.8173.671.38-
YUV215.29124.45102.11-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 28.73%
GREEN value IS 235 (92.19% from 255) = 37.72%
BLUE value IS 209 (82.03% from 255) = 33.55%
R=28.73%
G=37.72%
B=33.55%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1792352090.2400.110.08152.1458.3381.18
HexB3EBD1180B8983a51
Octal263353321300131023072121
Binary10110011111010111101000111000010111000100110001110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3EBD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3EBD1; }

 p { color: rgb(179,235,209); }

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

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

 a { background-color: rgb(179,235,209); }

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

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

 span { border-color: rgb(179,235,209); }

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