#B1FFDB

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

Shades of Magic Mint #B1FFDB

Tints of Magic Mint #B1FFDB

Color information

#B1FFDB (or 0xB1FFDB) is unknown color: approx Magic Mint. HEX triplet: B1, FF and DB. RGB value is (177,255,219). Sum of RGB (Red+Green+Blue) = 177+255+219=651 (86% of max value = 765). Red value is 177 (69.53% from 255 or 27.19% from 651); Green value is 255 (100% from 255 or 39.17% from 651); Blue value is 219 (85.94% from 255 or 33.64% from 651); Max value from RGB is 255 - color contains mainly: green. Hex color #B1FFDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1FFDB is #4E0024. Grayscale: #E3E3E3. Windows color (decimal): -5111845 or 14417841. OLE color: 14417841.

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

Color convert

RGB177255219-
CMYK0.3100.140
HSL152.31º100%84.71%-
HSV(B)152.31º30.59%100%-
XYZ66.6885.9880.1-
YUV227.57123.1691.93-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 27.19%
GREEN value IS 255 (100% from 255) = 39.17%
BLUE value IS 219 (85.94% from 255) = 33.64%
R=27.19%
G=39.17%
B=33.64%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1772552190.3100.140152.3110084.71
HexB1FFDB1F0E0986455
Octal261377333370160230144125
Binary101100011111111111011011111110111001001100011001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1FFDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1FFDB; }

 p { color: rgb(177,255,219); }

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

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

 a { background-color: rgb(177,255,219); }

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

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

 span { border-color: rgb(177,255,219); }

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