#B1F0CF

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

Shades of Magic Mint #B1F0CF

Tints of Magic Mint #B1F0CF

Color information

#B1F0CF (or 0xB1F0CF) is unknown color: approx Magic Mint. HEX triplet: B1, F0 and CF. RGB value is (177,240,207). Sum of RGB (Red+Green+Blue) = 177+240+207=624 (82% of max value = 765). Red value is 177 (69.53% from 255 or 28.37% from 624); Green value is 240 (94.14% from 255 or 38.46% from 624); Blue value is 207 (81.25% from 255 or 33.17% from 624); Max value from RGB is 240 - color contains mainly: green. Hex color #B1F0CF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1F0CF is #4E0F30. Grayscale: #D9D9D9. Windows color (decimal): -5115697 or 13627569. OLE color: 13627569.

HSL color Cylindrical-coordinate representation of color #B1F0CF: hue angle of 148.57º degrees, saturation: 0.68, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B1F0CF is Cyan = 0.26, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.06.

Color convert

RGB177240207-
CMYK0.2600.140.06
HSL148.57º67.74%81.76%-
HSV(B)148.57º26.25%94.12%-
XYZ60.5576.1770.54-
YUV217.4122.1399.18-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 28.37%
GREEN value IS 240 (94.14% from 255) = 38.46%
BLUE value IS 207 (81.25% from 255) = 33.17%
R=28.37%
G=38.46%
B=33.17%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1772402070.2600.140.06148.5767.7481.76
HexB1F0CF1A0E6954452
Octal261360317320166225104122
Binary10110001111100001100111111010011101101001010110001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1F0CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1F0CF; }

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

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

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

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

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

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

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

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