#B1F9D7

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

Shades of Magic Mint #B1F9D7

Tints of Magic Mint #B1F9D7

Color information

#B1F9D7 (or 0xB1F9D7) is unknown color: approx Magic Mint. HEX triplet: B1, F9 and D7. RGB value is (177,249,215). Sum of RGB (Red+Green+Blue) = 177+249+215=641 (84% of max value = 765). Red value is 177 (69.53% from 255 or 27.61% from 641); Green value is 249 (97.66% from 255 or 38.85% from 641); Blue value is 215 (84.38% from 255 or 33.54% from 641); Max value from RGB is 249 - color contains mainly: green. Hex color #B1F9D7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1F9D7 is #4E0628. Grayscale: #DFDFDF. Windows color (decimal): -5113385 or 14154161. OLE color: 14154161.

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

Color convert

RGB177249215-
CMYK0.2900.140.02
HSL151.67º85.71%83.53%-
HSV(B)151.67º28.92%97.65%-
XYZ64.278276.73-
YUV223.6123.1594.76-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 27.61%
GREEN value IS 249 (97.66% from 255) = 38.85%
BLUE value IS 215 (84.38% from 255) = 33.54%
R=27.61%
G=38.85%
B=33.54%

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
Decimal1772492150.2900.140.02151.6785.7183.53
HexB1F9D71D0E2985654
Octal261371327350162230126124
Binary1011000111111001110101111110101110101001100010101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1F9D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1F9D7; }

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

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

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

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

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

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

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

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