#B7FED6

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

Shades of Magic Mint #B7FED6

Tints of Magic Mint #B7FED6

Color information

#B7FED6 (or 0xB7FED6) is unknown color: approx Magic Mint. HEX triplet: B7, FE and D6. RGB value is (183,254,214). Sum of RGB (Red+Green+Blue) = 183+254+214=651 (86% of max value = 765). Red value is 183 (71.88% from 255 or 28.11% from 651); Green value is 254 (99.61% from 255 or 39.02% from 651); Blue value is 214 (83.98% from 255 or 32.87% from 651); Max value from RGB is 254 - color contains mainly: green. Hex color #B7FED6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B7FED6 is #480129. Grayscale: #E4E4E4. Windows color (decimal): -4718890 or 14089911. OLE color: 14089911.

HSL color Cylindrical-coordinate representation of color #B7FED6: hue angle of 146.2º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B7FED6 is Cyan = 0.28, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.00.

Color convert

RGB183254214-
CMYK0.2800.160.00
HSL146.2º97.26%85.69%-
HSV(B)146.2º27.95%99.61%-
XYZ67.1185.8176.64-
YUV228.21119.9895.75-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 28.11%
GREEN value IS 254 (99.61% from 255) = 39.02%
BLUE value IS 214 (83.98% from 255) = 32.87%
R=28.11%
G=39.02%
B=32.87%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1832542140.2800.160.00146.297.2685.69
HexB7FED61C0100926156
Octal267376326340200222141126
Binary1011011111111110110101101110001000001001001011000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7FED6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7FED6; }

 p { color: rgb(183,254,214); }

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

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

 a { background-color: rgb(183,254,214); }

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

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

 span { border-color: rgb(183,254,214); }

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