#B0F2C6

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

Shades of Magic Mint #B0F2C6

Tints of Magic Mint #B0F2C6

Color information

#B0F2C6 (or 0xB0F2C6) is unknown color: approx Magic Mint. HEX triplet: B0, F2 and C6. RGB value is (176,242,198). Sum of RGB (Red+Green+Blue) = 176+242+198=616 (81% of max value = 765). Red value is 176 (69.14% from 255 or 28.57% from 616); Green value is 242 (94.92% from 255 or 39.29% from 616); Blue value is 198 (77.73% from 255 or 32.14% from 616); Max value from RGB is 242 - color contains mainly: green. Hex color #B0F2C6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0F2C6 is #4F0D39. Grayscale: #D9D9D9. Windows color (decimal): -5180730 or 13038256. OLE color: 13038256.

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

Color convert

RGB176242198-
CMYK0.2700.180.05
HSL140º71.74%81.96%-
HSV(B)140º27.27%94.9%-
XYZ59.8576.8165.1-
YUV217.25117.1398.58-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 28.57%
GREEN value IS 242 (94.92% from 255) = 39.29%
BLUE value IS 198 (77.73% from 255) = 32.14%
R=28.57%
G=39.29%
B=32.14%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1762421980.2700.180.0514071.7481.96
HexB0F2C61B01258c4852
Octal260362306330225214110122
Binary101100001111001011000110110110100101011000110010010001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0F2C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0F2C6; }

 p { color: rgb(176,242,198); }

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

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

 a { background-color: rgb(176,242,198); }

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

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

 span { border-color: rgb(176,242,198); }

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