#B1F9DA

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

Shades of Magic Mint #B1F9DA

Tints of Magic Mint #B1F9DA

Color information

#B1F9DA (or 0xB1F9DA) is unknown color: approx Magic Mint. HEX triplet: B1, F9 and DA. RGB value is (177,249,218). Sum of RGB (Red+Green+Blue) = 177+249+218=644 (85% of max value = 765). Red value is 177 (69.53% from 255 or 27.48% from 644); Green value is 249 (97.66% from 255 or 38.66% from 644); Blue value is 218 (85.55% from 255 or 33.85% from 644); Max value from RGB is 249 - color contains mainly: green. Hex color #B1F9DA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1F9DA is #4E0625. Grayscale: #DFDFDF. Windows color (decimal): -5113382 or 14350769. OLE color: 14350769.

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

Color convert

RGB177249218-
CMYK0.2900.120.02
HSL154.17º85.71%83.53%-
HSV(B)154.17º28.92%97.65%-
XYZ64.6682.1678.78-
YUV223.94124.6594.52-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 27.48%
GREEN value IS 249 (97.66% from 255) = 38.66%
BLUE value IS 218 (85.55% from 255) = 33.85%
R=27.48%
G=38.66%
B=33.85%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1772492180.2900.120.02154.1785.7183.53
HexB1F9DA1D0C29a5654
Octal261371332350142232126124
Binary1011000111111001110110101110101100101001101010101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1F9DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1F9DA; }

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

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

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

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

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

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

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

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