#B6FBCD

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

Shades of Magic Mint #B6FBCD

Tints of Magic Mint #B6FBCD

Color information

#B6FBCD (or 0xB6FBCD) is unknown color: approx Magic Mint. HEX triplet: B6, FB and CD. RGB value is (182,251,205). Sum of RGB (Red+Green+Blue) = 182+251+205=638 (84% of max value = 765). Red value is 182 (71.48% from 255 or 28.53% from 638); Green value is 251 (98.44% from 255 or 39.34% from 638); Blue value is 205 (80.47% from 255 or 32.13% from 638); Max value from RGB is 251 - color contains mainly: green. Hex color #B6FBCD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B6FBCD is #490432. Grayscale: #E1E1E1. Windows color (decimal): -4785203 or 13499318. OLE color: 13499318.

HSL color Cylindrical-coordinate representation of color #B6FBCD: hue angle of 140º degrees, saturation: 0.9, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B6FBCD is Cyan = 0.27, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB182251205-
CMYK0.2700.180.02
HSL140º89.61%84.9%-
HSV(B)140º27.49%98.43%-
XYZ64.8183.3570.43-
YUV225.12116.6497.24-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 28.53%
GREEN value IS 251 (98.44% from 255) = 39.34%
BLUE value IS 205 (80.47% from 255) = 32.13%
R=28.53%
G=39.34%
B=32.13%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1822512050.2700.180.0214089.6184.9
HexB6FBCD1B01228c5a55
Octal266373315330222214132125
Binary10110110111110111100110111011010010101000110010110101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6FBCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6FBCD; }

 p { color: rgb(182,251,205); }

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

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

 a { background-color: rgb(182,251,205); }

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

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

 span { border-color: rgb(182,251,205); }

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