#B0FEC7

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

Shades of Magic Mint #B0FEC7

Tints of Magic Mint #B0FEC7

Color information

#B0FEC7 (or 0xB0FEC7) is unknown color: approx Magic Mint. HEX triplet: B0, FE and C7. RGB value is (176,254,199). Sum of RGB (Red+Green+Blue) = 176+254+199=629 (83% of max value = 765). Red value is 176 (69.14% from 255 or 27.98% from 629); Green value is 254 (99.61% from 255 or 40.38% from 629); Blue value is 199 (78.12% from 255 or 31.64% from 629); Max value from RGB is 254 - color contains mainly: green. Hex color #B0FEC7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0FEC7 is #4F0138. Grayscale: #E0E0E0. Windows color (decimal): -5177657 or 13106864. OLE color: 13106864.

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

Color convert

RGB176254199-
CMYK0.3100.220.00
HSL137.69º97.5%84.31%-
HSV(B)137.69º30.71%99.61%-
XYZ63.6684.2466.94-
YUV224.41113.6693.47-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 27.98%
GREEN value IS 254 (99.61% from 255) = 40.38%
BLUE value IS 199 (78.12% from 255) = 31.64%
R=27.98%
G=40.38%
B=31.64%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1762541990.3100.220.00137.6997.584.31
HexB0FEC71F01608a6254
Octal260376307370260212142124
Binary1011000011111110110001111111101011001000101011000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0FEC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0FEC7; }

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

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

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

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

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

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

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

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