#B0FFC7

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

Shades of Magic Mint #B0FFC7

Tints of Magic Mint #B0FFC7

Color information

#B0FFC7 (or 0xB0FFC7) is unknown color: approx Magic Mint. HEX triplet: B0, FF and C7. RGB value is (176,255,199). Sum of RGB (Red+Green+Blue) = 176+255+199=630 (83% of max value = 765). Red value is 176 (69.14% from 255 or 27.94% from 630); Green value is 255 (100% from 255 or 40.48% from 630); Blue value is 199 (78.12% from 255 or 31.59% from 630); Max value from RGB is 255 - color contains mainly: green. Hex color #B0FFC7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0FFC7 is #4F0038. Grayscale: #E1E1E1. Windows color (decimal): -5177401 or 13107120. OLE color: 13107120.

HSL color Cylindrical-coordinate representation of color #B0FFC7: hue angle of 137.47º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B0FFC7 is Cyan = 0.31, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.

Color convert

RGB176255199-
CMYK0.3100.220
HSL137.47º100%84.51%-
HSV(B)137.47º30.98%100%-
XYZ63.9784.8767.04-
YUV225113.3393.05-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 27.94%
GREEN value IS 255 (100% from 255) = 40.48%
BLUE value IS 199 (78.12% from 255) = 31.59%
R=27.94%
G=40.48%
B=31.59%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1762551990.3100.220137.4710084.51
HexB0FFC71F0160896455
Octal260377307370260211144125
Binary1011000011111111110001111111101011001000100111001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0FFC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0FFC7; }

 p { color: rgb(176,255,199); }

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

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

 a { background-color: rgb(176,255,199); }

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

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

 span { border-color: rgb(176,255,199); }

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