#B1FFC8

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

Shades of Magic Mint #B1FFC8

Tints of Magic Mint #B1FFC8

Color information

#B1FFC8 (or 0xB1FFC8) is unknown color: approx Magic Mint. HEX triplet: B1, FF and C8. RGB value is (177,255,200). Sum of RGB (Red+Green+Blue) = 177+255+200=632 (83% of max value = 765). Red value is 177 (69.53% from 255 or 28.01% from 632); Green value is 255 (100% from 255 or 40.35% from 632); Blue value is 200 (78.52% from 255 or 31.65% from 632); Max value from RGB is 255 - color contains mainly: green. Hex color #B1FFC8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1FFC8 is #4E0037. Grayscale: #E1E1E1. Windows color (decimal): -5111864 or 13172657. OLE color: 13172657.

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

Color convert

RGB177255200-
CMYK0.3100.220
HSL137.69º100%84.71%-
HSV(B)137.69º30.59%100%-
XYZ64.3285.0467.67-
YUV225.41113.6693.47-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 28.01%
GREEN value IS 255 (100% from 255) = 40.35%
BLUE value IS 200 (78.52% from 255) = 31.65%
R=28.01%
G=40.35%
B=31.65%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1772552000.3100.220137.6910084.71
HexB1FFC81F01608a6455
Octal261377310370260212144125
Binary1011000111111111110010001111101011001000101011001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1FFC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1FFC8; }

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

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

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

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

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

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

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

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