#B1FCCB

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

Shades of Magic Mint #B1FCCB

Tints of Magic Mint #B1FCCB

Color information

#B1FCCB (or 0xB1FCCB) is unknown color: approx Magic Mint. HEX triplet: B1, FC and CB. RGB value is (177,252,203). Sum of RGB (Red+Green+Blue) = 177+252+203=632 (83% of max value = 765). Red value is 177 (69.53% from 255 or 28.01% from 632); Green value is 252 (98.83% from 255 or 39.87% from 632); Blue value is 203 (79.69% from 255 or 32.12% from 632); Max value from RGB is 252 - color contains mainly: green. Hex color #B1FCCB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1FCCB is #4E0334. Grayscale: #E0E0E0. Windows color (decimal): -5112629 or 13368497. OLE color: 13368497.

HSL color Cylindrical-coordinate representation of color #B1FCCB: hue angle of 140.8º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B1FCCB is Cyan = 0.30, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.

Color convert

RGB177252203-
CMYK0.3000.190.01
HSL140.8º92.59%84.12%-
HSV(B)140.8º29.76%98.82%-
XYZ63.7283.2869.22-
YUV223.99116.1594.48-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 28.01%
GREEN value IS 252 (98.83% from 255) = 39.87%
BLUE value IS 203 (79.69% from 255) = 32.12%
R=28.01%
G=39.87%
B=32.12%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1772522030.3000.190.01140.892.5984.12
HexB1FCCB1E01318d5d54
Octal261374313360231215135124
Binary1011000111111100110010111111001001111000110110111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1FCCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1FCCB; }

 p { color: rgb(177,252,203); }

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

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

 a { background-color: rgb(177,252,203); }

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

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

 span { border-color: rgb(177,252,203); }

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