#B0FECE

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

Shades of Magic Mint #B0FECE

Tints of Magic Mint #B0FECE

Color information

#B0FECE (or 0xB0FECE) is unknown color: approx Magic Mint. HEX triplet: B0, FE and CE. RGB value is (176,254,206). Sum of RGB (Red+Green+Blue) = 176+254+206=636 (84% of max value = 765). Red value is 176 (69.14% from 255 or 27.67% from 636); Green value is 254 (99.61% from 255 or 39.94% from 636); Blue value is 206 (80.86% from 255 or 32.39% from 636); Max value from RGB is 254 - color contains mainly: green. Hex color #B0FECE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0FECE is #4F0131. Grayscale: #E1E1E1. Windows color (decimal): -5177650 or 13565616. OLE color: 13565616.

HSL color Cylindrical-coordinate representation of color #B0FECE: hue angle of 143.08º 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 #B0FECE is Cyan = 0.31, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.00.

Color convert

RGB176254206-
CMYK0.3100.190.00
HSL143.08º97.5%84.31%-
HSV(B)143.08º30.71%99.61%-
XYZ64.4984.5771.32-
YUV225.21117.1692.9-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 27.67%
GREEN value IS 254 (99.61% from 255) = 39.94%
BLUE value IS 206 (80.86% from 255) = 32.39%
R=27.67%
G=39.94%
B=32.39%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1762542060.3100.190.00143.0897.584.31
HexB0FECE1F01308f6254
Octal260376316370230217142124
Binary1011000011111110110011101111101001101000111111000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0FECE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0FECE; }

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

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

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

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

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

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

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

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