#B6FBD8

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

Shades of Magic Mint #B6FBD8

Tints of Magic Mint #B6FBD8

Color information

#B6FBD8 (or 0xB6FBD8) is unknown color: approx Magic Mint. HEX triplet: B6, FB and D8. RGB value is (182,251,216). Sum of RGB (Red+Green+Blue) = 182+251+216=649 (85% of max value = 765). Red value is 182 (71.48% from 255 or 28.04% from 649); Green value is 251 (98.44% from 255 or 38.67% from 649); Blue value is 216 (84.77% from 255 or 33.28% from 649); Max value from RGB is 251 - color contains mainly: green. Hex color #B6FBD8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B6FBD8 is #490427. Grayscale: #E2E2E2. Windows color (decimal): -4785192 or 14220214. OLE color: 14220214.

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

Color convert

RGB182251216-
CMYK0.2700.140.02
HSL149.57º89.61%84.9%-
HSV(B)149.57º27.49%98.43%-
XYZ66.1883.977.67-
YUV226.38122.1496.35-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 28.04%
GREEN value IS 251 (98.44% from 255) = 38.67%
BLUE value IS 216 (84.77% from 255) = 33.28%
R=28.04%
G=38.67%
B=33.28%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1822512160.2700.140.02149.5789.6184.9
HexB6FBD81B0E2965a55
Octal266373330330162226132125
Binary1011011011111011110110001101101110101001011010110101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6FBD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6FBD8; }

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

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

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

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

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

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

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

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