#B6FACD

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

Shades of Magic Mint #B6FACD

Tints of Magic Mint #B6FACD

Color information

#B6FACD (or 0xB6FACD) is unknown color: approx Magic Mint. HEX triplet: B6, FA and CD. RGB value is (182,250,205). Sum of RGB (Red+Green+Blue) = 182+250+205=637 (84% of max value = 765). Red value is 182 (71.48% from 255 or 28.57% from 637); Green value is 250 (98.05% from 255 or 39.25% from 637); Blue value is 205 (80.47% from 255 or 32.18% from 637); Max value from RGB is 250 - color contains mainly: green. Hex color #B6FACD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B6FACD is #490532. Grayscale: #E0E0E0. Windows color (decimal): -4785459 or 13499062. OLE color: 13499062.

HSL color Cylindrical-coordinate representation of color #B6FACD: hue angle of 140.29º degrees, saturation: 0.87, 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 #B6FACD is Cyan = 0.27, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB182250205-
CMYK0.2700.180.02
HSL140.29º87.18%84.71%-
HSV(B)140.29º27.2%98.04%-
XYZ64.582.7270.33-
YUV224.54116.9797.66-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 28.57%
GREEN value IS 250 (98.05% from 255) = 39.25%
BLUE value IS 205 (80.47% from 255) = 32.18%
R=28.57%
G=39.25%
B=32.18%

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
Decimal1822502050.2700.180.02140.2987.1884.71
HexB6FACD1B01228c5755
Octal266372315330222214127125
Binary10110110111110101100110111011010010101000110010101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6FACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6FACD; }

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

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

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

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

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

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

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

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