#B1F3C9

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

Shades of Magic Mint #B1F3C9

Tints of Magic Mint #B1F3C9

Color information

#B1F3C9 (or 0xB1F3C9) is unknown color: approx Magic Mint. HEX triplet: B1, F3 and C9. RGB value is (177,243,201). Sum of RGB (Red+Green+Blue) = 177+243+201=621 (82% of max value = 765). Red value is 177 (69.53% from 255 or 28.50% from 621); Green value is 243 (95.31% from 255 or 39.13% from 621); Blue value is 201 (78.91% from 255 or 32.37% from 621); Max value from RGB is 243 - color contains mainly: green. Hex color #B1F3C9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1F3C9 is #4E0C36. Grayscale: #DADADA. Windows color (decimal): -5114935 or 13235121. OLE color: 13235121.

HSL color Cylindrical-coordinate representation of color #B1F3C9: hue angle of 141.82º 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 #B1F3C9 is Cyan = 0.27, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.05.

Color convert

RGB177243201-
CMYK0.2700.170.05
HSL141.82º73.33%82.35%-
HSV(B)141.82º27.16%95.29%-
XYZ60.7277.6767.05-
YUV218.48118.1398.42-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 28.50%
GREEN value IS 243 (95.31% from 255) = 39.13%
BLUE value IS 201 (78.91% from 255) = 32.37%
R=28.50%
G=39.13%
B=32.37%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1772432010.2700.170.05141.8273.3382.35
HexB1F3C91B01158e4952
Octal261363311330215216111122
Binary101100011111001111001001110110100011011000111010010011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1F3C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1F3C9; }

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

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

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

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

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

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

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

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