#B6FCD9

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

Shades of Magic Mint #B6FCD9

Tints of Magic Mint #B6FCD9

Color information

#B6FCD9 (or 0xB6FCD9) is unknown color: approx Magic Mint. HEX triplet: B6, FC and D9. RGB value is (182,252,217). Sum of RGB (Red+Green+Blue) = 182+252+217=651 (86% of max value = 765). Red value is 182 (71.48% from 255 or 27.96% from 651); Green value is 252 (98.83% from 255 or 38.71% from 651); Blue value is 217 (85.16% from 255 or 33.33% from 651); Max value from RGB is 252 - color contains mainly: green. Hex color #B6FCD9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B6FCD9 is #490326. Grayscale: #E3E3E3. Windows color (decimal): -4784935 or 14286006. OLE color: 14286006.

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

Color convert

RGB182252217-
CMYK0.2800.140.01
HSL150º92.11%85.1%-
HSV(B)150º27.78%98.82%-
XYZ66.6384.5878.46-
YUV227.08122.3195.85-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 27.96%
GREEN value IS 252 (98.83% from 255) = 38.71%
BLUE value IS 217 (85.16% from 255) = 33.33%
R=27.96%
G=38.71%
B=33.33%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1822522170.2800.140.0115092.1185.1
HexB6FCD91C0E1965c55
Octal266374331340161226134125
Binary101101101111110011011001111000111011001011010111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6FCD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6FCD9; }

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

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

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

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

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

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

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

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