#B1F4CF

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

Shades of Magic Mint #B1F4CF

Tints of Magic Mint #B1F4CF

Color information

#B1F4CF (or 0xB1F4CF) is unknown color: approx Magic Mint. HEX triplet: B1, F4 and CF. RGB value is (177,244,207). Sum of RGB (Red+Green+Blue) = 177+244+207=628 (83% of max value = 765). Red value is 177 (69.53% from 255 or 28.18% from 628); Green value is 244 (95.70% from 255 or 38.85% from 628); Blue value is 207 (81.25% from 255 or 32.96% from 628); Max value from RGB is 244 - color contains mainly: green. Hex color #B1F4CF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1F4CF is #4E0B30. Grayscale: #DBDBDB. Windows color (decimal): -5114673 or 13628593. OLE color: 13628593.

HSL color Cylindrical-coordinate representation of color #B1F4CF: hue angle of 146.87º degrees, saturation: 0.75, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B1F4CF is Cyan = 0.27, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.04.

Color convert

RGB177244207-
CMYK0.2700.150.04
HSL146.87º75.28%82.55%-
HSV(B)146.87º27.46%95.69%-
XYZ61.7478.5570.94-
YUV219.75120.897.51-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 28.18%
GREEN value IS 244 (95.70% from 255) = 38.85%
BLUE value IS 207 (81.25% from 255) = 32.96%
R=28.18%
G=38.85%
B=32.96%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1772442070.2700.150.04146.8775.2882.55
HexB1F4CF1B0F4934b53
Octal261364317330174223113123
Binary10110001111101001100111111011011111001001001110010111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1F4CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1F4CF; }

 p { color: rgb(177,244,207); }

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

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

 a { background-color: rgb(177,244,207); }

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

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

 span { border-color: rgb(177,244,207); }

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