#B0FAC5

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

Shades of Magic Mint #B0FAC5

Tints of Magic Mint #B0FAC5

Color information

#B0FAC5 (or 0xB0FAC5) is unknown color: approx Magic Mint. HEX triplet: B0, FA and C5. RGB value is (176,250,197). Sum of RGB (Red+Green+Blue) = 176+250+197=623 (82% of max value = 765). Red value is 176 (69.14% from 255 or 28.25% from 623); Green value is 250 (98.05% from 255 or 40.13% from 623); Blue value is 197 (77.34% from 255 or 31.62% from 623); Max value from RGB is 250 - color contains mainly: green. Hex color #B0FAC5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0FAC5 is #4F053A. Grayscale: #DDDDDD. Windows color (decimal): -5178683 or 12974768. OLE color: 12974768.

HSL color Cylindrical-coordinate representation of color #B0FAC5: hue angle of 137.03º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B0FAC5 is Cyan = 0.30, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.02.

Color convert

RGB176250197-
CMYK0.3000.210.02
HSL137.03º88.1%83.53%-
HSV(B)137.03º29.6%98.04%-
XYZ62.1781.6365.3-
YUV221.83113.9895.31-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 28.25%
GREEN value IS 250 (98.05% from 255) = 40.13%
BLUE value IS 197 (77.34% from 255) = 31.62%
R=28.25%
G=40.13%
B=31.62%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1762501970.3000.210.02137.0388.183.53
HexB0FAC51E0152895854
Octal260372305360252211130124
Binary10110000111110101100010111110010101101000100110110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0FAC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0FAC5; }

 p { color: rgb(176,250,197); }

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

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

 a { background-color: rgb(176,250,197); }

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

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

 span { border-color: rgb(176,250,197); }

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