#B1E8D2

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

Shades of Magic Mint #B1E8D2

Tints of Magic Mint #B1E8D2

Color information

#B1E8D2 (or 0xB1E8D2) is unknown color: approx Magic Mint. HEX triplet: B1, E8 and D2. RGB value is (177,232,210). Sum of RGB (Red+Green+Blue) = 177+232+210=619 (81% of max value = 765). Red value is 177 (69.53% from 255 or 28.59% from 619); Green value is 232 (91.02% from 255 or 37.48% from 619); Blue value is 210 (82.42% from 255 or 33.93% from 619); Max value from RGB is 232 - color contains mainly: green. Hex color #B1E8D2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1E8D2 is #4E172D. Grayscale: #D5D5D5. Windows color (decimal): -5117742 or 13822129. OLE color: 13822129.

HSL color Cylindrical-coordinate representation of color #B1E8D2: hue angle of 156º degrees, saturation: 0.54, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B1E8D2 is Cyan = 0.24, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.09.

Color convert

RGB177232210-
CMYK0.2400.090.09
HSL156º54.46%80.2%-
HSV(B)156º23.71%90.98%-
XYZ58.6271.7171.73-
YUV213.05126.28102.29-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 28.59%
GREEN value IS 232 (91.02% from 255) = 37.48%
BLUE value IS 210 (82.42% from 255) = 33.93%
R=28.59%
G=37.48%
B=33.93%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1772322100.2400.090.0915654.4680.2
HexB1E8D2180999c3650
Octal261350322300111123466120
Binary10110001111010001101001011000010011001100111001101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1E8D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1E8D2; }

 p { color: rgb(177,232,210); }

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

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

 a { background-color: rgb(177,232,210); }

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

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

 span { border-color: rgb(177,232,210); }

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