#B6F6D4

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

Shades of Magic Mint #B6F6D4

Tints of Magic Mint #B6F6D4

Color information

#B6F6D4 (or 0xB6F6D4) is unknown color: approx Magic Mint. HEX triplet: B6, F6 and D4. RGB value is (182,246,212). Sum of RGB (Red+Green+Blue) = 182+246+212=640 (84% of max value = 765). Red value is 182 (71.48% from 255 or 28.44% from 640); Green value is 246 (96.48% from 255 or 38.44% from 640); Blue value is 212 (83.20% from 255 or 33.12% from 640); Max value from RGB is 246 - color contains mainly: green. Hex color #B6F6D4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B6F6D4 is #49092B. Grayscale: #DFDFDF. Windows color (decimal): -4786476 or 13956790. OLE color: 13956790.

HSL color Cylindrical-coordinate representation of color #B6F6D4: hue angle of 148.12º degrees, saturation: 0.78, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B6F6D4 is Cyan = 0.26, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.04.

Color convert

RGB182246212-
CMYK0.2600.140.04
HSL148.12º78.05%83.92%-
HSV(B)148.12º26.02%96.47%-
XYZ64.1380.6174.47-
YUV222.99121.898.76-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 28.44%
GREEN value IS 246 (96.48% from 255) = 38.44%
BLUE value IS 212 (83.20% from 255) = 33.12%
R=28.44%
G=38.44%
B=33.12%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1822462120.2600.140.04148.1278.0583.92
HexB6F6D41A0E4944e54
Octal266366324320164224116124
Binary10110110111101101101010011010011101001001010010011101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6F6D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6F6D4; }

 p { color: rgb(182,246,212); }

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

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

 a { background-color: rgb(182,246,212); }

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

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

 span { border-color: rgb(182,246,212); }

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