#B1F3C7

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

Shades of Magic Mint #B1F3C7

Tints of Magic Mint #B1F3C7

Color information

#B1F3C7 (or 0xB1F3C7) is unknown color: approx Magic Mint. HEX triplet: B1, F3 and C7. RGB value is (177,243,199). Sum of RGB (Red+Green+Blue) = 177+243+199=619 (81% of max value = 765). Red value is 177 (69.53% from 255 or 28.59% from 619); Green value is 243 (95.31% from 255 or 39.26% from 619); Blue value is 199 (78.12% from 255 or 32.15% from 619); Max value from RGB is 243 - color contains mainly: green. Hex color #B1F3C7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1F3C7 is #4E0C38. Grayscale: #DADADA. Windows color (decimal): -5114937 or 13104049. OLE color: 13104049.

HSL color Cylindrical-coordinate representation of color #B1F3C7: hue angle of 140º degrees, saturation: 0.73, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B1F3C7 is Cyan = 0.27, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.05.

Color convert

RGB177243199-
CMYK0.2700.180.05
HSL140º73.33%82.35%-
HSV(B)140º27.16%95.29%-
XYZ60.4977.5765.82-
YUV218.25117.1398.58-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 28.59%
GREEN value IS 243 (95.31% from 255) = 39.26%
BLUE value IS 199 (78.12% from 255) = 32.15%
R=28.59%
G=39.26%
B=32.15%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1772431990.2700.180.0514073.3382.35
HexB1F3C71B01258c4952
Octal261363307330225214111122
Binary101100011111001111000111110110100101011000110010010011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1F3C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1F3C7; }

 p { color: rgb(177,243,199); }

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

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

 a { background-color: rgb(177,243,199); }

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

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

 span { border-color: rgb(177,243,199); }

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