#B1FCC6

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

Shades of Magic Mint #B1FCC6

Tints of Magic Mint #B1FCC6

Color information

#B1FCC6 (or 0xB1FCC6) is unknown color: approx Magic Mint. HEX triplet: B1, FC and C6. RGB value is (177,252,198). Sum of RGB (Red+Green+Blue) = 177+252+198=627 (83% of max value = 765). Red value is 177 (69.53% from 255 or 28.23% from 627); Green value is 252 (98.83% from 255 or 40.19% from 627); Blue value is 198 (77.73% from 255 or 31.58% from 627); Max value from RGB is 252 - color contains mainly: green. Hex color #B1FCC6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1FCC6 is #4E0339. Grayscale: #DFDFDF. Windows color (decimal): -5112634 or 13040817. OLE color: 13040817.

HSL color Cylindrical-coordinate representation of color #B1FCC6: hue angle of 136.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 #B1FCC6 is Cyan = 0.30, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.01.

Color convert

RGB177252198-
CMYK0.3000.210.01
HSL136.8º92.59%84.12%-
HSV(B)136.8º29.76%98.82%-
XYZ63.1383.0566.13-
YUV223.42113.6594.89-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 28.23%
GREEN value IS 252 (98.83% from 255) = 40.19%
BLUE value IS 198 (77.73% from 255) = 31.58%
R=28.23%
G=40.19%
B=31.58%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1772521980.3000.210.01136.892.5984.12
HexB1FCC61E0151895d54
Octal261374306360251211135124
Binary1011000111111100110001101111001010111000100110111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1FCC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1FCC6; }

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

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

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

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

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

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

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

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