#B6FCD2

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

Shades of Magic Mint #B6FCD2

Tints of Magic Mint #B6FCD2

Color information

#B6FCD2 (or 0xB6FCD2) is unknown color: approx Magic Mint. HEX triplet: B6, FC and D2. RGB value is (182,252,210). Sum of RGB (Red+Green+Blue) = 182+252+210=644 (85% of max value = 765). Red value is 182 (71.48% from 255 or 28.26% from 644); Green value is 252 (98.83% from 255 or 39.13% from 644); Blue value is 210 (82.42% from 255 or 32.61% from 644); Max value from RGB is 252 - color contains mainly: green. Hex color #B6FCD2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B6FCD2 is #49032D. Grayscale: #E2E2E2. Windows color (decimal): -4784942 or 13827254. OLE color: 13827254.

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

Color convert

RGB182252210-
CMYK0.2800.170.01
HSL144º92.11%85.1%-
HSV(B)144º27.78%98.82%-
XYZ65.7384.2273.76-
YUV226.28118.8196.42-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 28.26%
GREEN value IS 252 (98.83% from 255) = 39.13%
BLUE value IS 210 (82.42% from 255) = 32.61%
R=28.26%
G=39.13%
B=32.61%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1822522100.2800.170.0114492.1185.1
HexB6FCD21C0111905c55
Octal266374322340211220134125
Binary1011011011111100110100101110001000111001000010111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6FCD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6FCD2; }

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

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

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

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

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

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

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

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