#B1F9D2

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

Shades of Magic Mint #B1F9D2

Tints of Magic Mint #B1F9D2

Color information

#B1F9D2 (or 0xB1F9D2) is unknown color: approx Magic Mint. HEX triplet: B1, F9 and D2. RGB value is (177,249,210). Sum of RGB (Red+Green+Blue) = 177+249+210=636 (84% of max value = 765). Red value is 177 (69.53% from 255 or 27.83% from 636); Green value is 249 (97.66% from 255 or 39.15% from 636); Blue value is 210 (82.42% from 255 or 33.02% from 636); Max value from RGB is 249 - color contains mainly: green. Hex color #B1F9D2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1F9D2 is #4E062D. Grayscale: #DFDFDF. Windows color (decimal): -5113390 or 13826481. OLE color: 13826481.

HSL color Cylindrical-coordinate representation of color #B1F9D2: hue angle of 147.5º degrees, saturation: 0.86, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B1F9D2 is Cyan = 0.29, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.02.

Color convert

RGB177249210-
CMYK0.2900.160.02
HSL147.5º85.71%83.53%-
HSV(B)147.5º28.92%97.65%-
XYZ63.6481.7573.4-
YUV223.03120.6595.17-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 27.83%
GREEN value IS 249 (97.66% from 255) = 39.15%
BLUE value IS 210 (82.42% from 255) = 33.02%
R=27.83%
G=39.15%
B=33.02%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1772492100.2900.160.02147.585.7183.53
HexB1F9D21D0102945654
Octal261371322350202224126124
Binary10110001111110011101001011101010000101001010010101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1F9D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1F9D2; }

 p { color: rgb(177,249,210); }

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

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

 a { background-color: rgb(177,249,210); }

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

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

 span { border-color: rgb(177,249,210); }

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