#B1F7CB

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

Shades of Magic Mint #B1F7CB

Tints of Magic Mint #B1F7CB

Color information

#B1F7CB (or 0xB1F7CB) is unknown color: approx Magic Mint. HEX triplet: B1, F7 and CB. RGB value is (177,247,203). Sum of RGB (Red+Green+Blue) = 177+247+203=627 (83% of max value = 765). Red value is 177 (69.53% from 255 or 28.23% from 627); Green value is 247 (96.88% from 255 or 39.39% from 627); Blue value is 203 (79.69% from 255 or 32.38% from 627); Max value from RGB is 247 - color contains mainly: green. Hex color #B1F7CB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1F7CB is #4E0834. Grayscale: #DDDDDD. Windows color (decimal): -5113909 or 13367217. OLE color: 13367217.

HSL color Cylindrical-coordinate representation of color #B1F7CB: hue angle of 142.29º degrees, saturation: 0.81, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B1F7CB is Cyan = 0.28, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.03.

Color convert

RGB177247203-
CMYK0.2800.180.03
HSL142.29º81.4%83.14%-
HSV(B)142.29º28.34%96.86%-
XYZ62.1780.1868.7-
YUV221.05117.8196.58-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 28.23%
GREEN value IS 247 (96.88% from 255) = 39.39%
BLUE value IS 203 (79.69% from 255) = 32.38%
R=28.23%
G=39.39%
B=32.38%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1772472030.2800.180.03142.2981.483.14
HexB1F7CB1C01238e5153
Octal261367313340223216121123
Binary10110001111101111100101111100010010111000111010100011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1F7CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1F7CB; }

 p { color: rgb(177,247,203); }

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

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

 a { background-color: rgb(177,247,203); }

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

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

 span { border-color: rgb(177,247,203); }

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