#B1F8C7

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

Shades of Magic Mint #B1F8C7

Tints of Magic Mint #B1F8C7

Color information

#B1F8C7 (or 0xB1F8C7) is unknown color: approx Magic Mint. HEX triplet: B1, F8 and C7. RGB value is (177,248,199). Sum of RGB (Red+Green+Blue) = 177+248+199=624 (82% of max value = 765). Red value is 177 (69.53% from 255 or 28.37% from 624); Green value is 248 (97.27% from 255 or 39.74% from 624); Blue value is 199 (78.12% from 255 or 31.89% from 624); Max value from RGB is 248 - color contains mainly: green. Hex color #B1F8C7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1F8C7 is #4E0738. Grayscale: #DDDDDD. Windows color (decimal): -5113657 or 13105329. OLE color: 13105329.

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

Color convert

RGB177248199-
CMYK0.2900.200.03
HSL138.59º83.53%83.33%-
HSV(B)138.59º28.63%97.25%-
XYZ62.0180.6166.32-
YUV221.18115.4896.48-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 28.37%
GREEN value IS 248 (97.27% from 255) = 39.74%
BLUE value IS 199 (78.12% from 255) = 31.89%
R=28.37%
G=39.74%
B=31.89%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1772481990.2900.200.03138.5983.5383.33
HexB1F8C71D01438b5453
Octal261370307350243213124123
Binary10110001111110001100011111101010100111000101110101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1F8C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1F8C7; }

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

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

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

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

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

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

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

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