#B1FFCC

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

Shades of Magic Mint #B1FFCC

Tints of Magic Mint #B1FFCC

Color information

#B1FFCC (or 0xB1FFCC) is unknown color: approx Magic Mint. HEX triplet: B1, FF and CC. RGB value is (177,255,204). Sum of RGB (Red+Green+Blue) = 177+255+204=636 (84% of max value = 765). Red value is 177 (69.53% from 255 or 27.83% from 636); Green value is 255 (100% from 255 or 40.09% from 636); Blue value is 204 (80.08% from 255 or 32.08% from 636); Max value from RGB is 255 - color contains mainly: green. Hex color #B1FFCC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1FFCC is #4E0033. Grayscale: #E1E1E1. Windows color (decimal): -5111860 or 13434801. OLE color: 13434801.

HSL color Cylindrical-coordinate representation of color #B1FFCC: hue angle of 140.77º 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 #B1FFCC is Cyan = 0.31, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.

Color convert

RGB177255204-
CMYK0.3100.20
HSL140.77º100%84.71%-
HSV(B)140.77º30.59%100%-
XYZ64.7985.2370.16-
YUV225.86115.6693.15-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 27.83%
GREEN value IS 255 (100% from 255) = 40.09%
BLUE value IS 204 (80.08% from 255) = 32.08%
R=27.83%
G=40.09%
B=32.08%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.2
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1772552040.3100.20140.7710084.71
HexB1FFCC1F01408d6455
Octal261377314370240215144125
Binary1011000111111111110011001111101010001000110111001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1FFCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1FFCC; }

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

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

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

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

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

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

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

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