#B1F3DA

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

Shades of Magic Mint #B1F3DA

Tints of Magic Mint #B1F3DA

Color information

#B1F3DA (or 0xB1F3DA) is unknown color: approx Magic Mint. HEX triplet: B1, F3 and DA. RGB value is (177,243,218). Sum of RGB (Red+Green+Blue) = 177+243+218=638 (84% of max value = 765). Red value is 177 (69.53% from 255 or 27.74% from 638); Green value is 243 (95.31% from 255 or 38.09% from 638); Blue value is 218 (85.55% from 255 or 34.17% from 638); Max value from RGB is 243 - color contains mainly: green. Hex color #B1F3DA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1F3DA is #4E0C25. Grayscale: #DCDCDC. Windows color (decimal): -5114918 or 14349233. OLE color: 14349233.

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

Color convert

RGB177243218-
CMYK0.2700.100.05
HSL157.27º73.33%82.35%-
HSV(B)157.27º27.16%95.29%-
XYZ62.8478.5178.17-
YUV220.42126.6397.03-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 27.74%
GREEN value IS 243 (95.31% from 255) = 38.09%
BLUE value IS 218 (85.55% from 255) = 34.17%
R=27.74%
G=38.09%
B=34.17%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1772432180.2700.100.05157.2773.3382.35
HexB1F3DA1B0A59d4952
Octal261363332330125235111122
Binary10110001111100111101101011011010101011001110110010011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1F3DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1F3DA; }

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

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

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

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

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

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

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

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