#B1F9D6

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

Shades of Magic Mint #B1F9D6

Tints of Magic Mint #B1F9D6

Color information

#B1F9D6 (or 0xB1F9D6) is unknown color: approx Magic Mint. HEX triplet: B1, F9 and D6. RGB value is (177,249,214). Sum of RGB (Red+Green+Blue) = 177+249+214=640 (84% of max value = 765). Red value is 177 (69.53% from 255 or 27.66% from 640); Green value is 249 (97.66% from 255 or 38.91% from 640); Blue value is 214 (83.98% from 255 or 33.44% from 640); Max value from RGB is 249 - color contains mainly: green. Hex color #B1F9D6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1F9D6 is #4E0629. Grayscale: #DFDFDF. Windows color (decimal): -5113386 or 14088625. OLE color: 14088625.

HSL color Cylindrical-coordinate representation of color #B1F9D6: hue angle of 150.83º 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 #B1F9D6 is Cyan = 0.29, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.02.

Color convert

RGB177249214-
CMYK0.2900.140.02
HSL150.83º85.71%83.53%-
HSV(B)150.83º28.92%97.65%-
XYZ64.1481.9576.06-
YUV223.48122.6594.85-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 27.66%
GREEN value IS 249 (97.66% from 255) = 38.91%
BLUE value IS 214 (83.98% from 255) = 33.44%
R=27.66%
G=38.91%
B=33.44%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1772492140.2900.140.02150.8385.7183.53
HexB1F9D61D0E2975654
Octal261371326350162227126124
Binary1011000111111001110101101110101110101001011110101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1F9D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1F9D6; }

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

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

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

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

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

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

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

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