#B6FCD4

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

Shades of Magic Mint #B6FCD4

Tints of Magic Mint #B6FCD4

Color information

#B6FCD4 (or 0xB6FCD4) is unknown color: approx Magic Mint. HEX triplet: B6, FC and D4. RGB value is (182,252,212). Sum of RGB (Red+Green+Blue) = 182+252+212=646 (85% of max value = 765). Red value is 182 (71.48% from 255 or 28.17% from 646); Green value is 252 (98.83% from 255 or 39.01% from 646); Blue value is 212 (83.20% from 255 or 32.82% from 646); Max value from RGB is 252 - color contains mainly: green. Hex color #B6FCD4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B6FCD4 is #49032B. Grayscale: #E2E2E2. Windows color (decimal): -4784940 or 13958326. OLE color: 13958326.

HSL color Cylindrical-coordinate representation of color #B6FCD4: hue angle of 145.71º degrees, saturation: 0.92, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B6FCD4 is Cyan = 0.28, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.01.

Color convert

RGB182252212-
CMYK0.2800.160.01
HSL145.71º92.11%85.1%-
HSV(B)145.71º27.78%98.82%-
XYZ65.9984.3275.08-
YUV226.51119.8196.25-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 28.17%
GREEN value IS 252 (98.83% from 255) = 39.01%
BLUE value IS 212 (83.20% from 255) = 32.82%
R=28.17%
G=39.01%
B=32.82%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1822522120.2800.160.01145.7192.1185.1
HexB6FCD41C0101925c55
Octal266374324340201222134125
Binary1011011011111100110101001110001000011001001010111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6FCD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6FCD4; }

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

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

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

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

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

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

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

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