#B6F9D6

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

Shades of Magic Mint #B6F9D6

Tints of Magic Mint #B6F9D6

Color information

#B6F9D6 (or 0xB6F9D6) is unknown color: approx Magic Mint. HEX triplet: B6, F9 and D6. RGB value is (182,249,214). Sum of RGB (Red+Green+Blue) = 182+249+214=645 (85% of max value = 765). Red value is 182 (71.48% from 255 or 28.22% from 645); Green value is 249 (97.66% from 255 or 38.60% from 645); Blue value is 214 (83.98% from 255 or 33.18% from 645); Max value from RGB is 249 - color contains mainly: green. Hex color #B6F9D6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B6F9D6 is #490629. Grayscale: #E1E1E1. Windows color (decimal): -4785706 or 14088630. OLE color: 14088630.

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

Color convert

RGB182249214-
CMYK0.2700.140.02
HSL148.66º84.81%84.51%-
HSV(B)148.66º26.91%97.65%-
XYZ65.382.5576.11-
YUV224.98121.897.35-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 28.22%
GREEN value IS 249 (97.66% from 255) = 38.60%
BLUE value IS 214 (83.98% from 255) = 33.18%
R=28.22%
G=38.60%
B=33.18%

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
Decimal1822492140.2700.140.02148.6684.8184.51
HexB6F9D61B0E2955555
Octal266371326330162225125125
Binary1011011011111001110101101101101110101001010110101011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6F9D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6F9D6; }

 p { color: rgb(182,249,214); }

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

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

 a { background-color: rgb(182,249,214); }

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

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

 span { border-color: rgb(182,249,214); }

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