#B6FFCF

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

Shades of Magic Mint #B6FFCF

Tints of Magic Mint #B6FFCF

Color information

#B6FFCF (or 0xB6FFCF) is unknown color: approx Magic Mint. HEX triplet: B6, FF and CF. RGB value is (182,255,207). Sum of RGB (Red+Green+Blue) = 182+255+207=644 (85% of max value = 765). Red value is 182 (71.48% from 255 or 28.26% from 644); Green value is 255 (100% from 255 or 39.60% from 644); Blue value is 207 (81.25% from 255 or 32.14% from 644); Max value from RGB is 255 - color contains mainly: green. Hex color #B6FFCF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B6FFCF is #490030. Grayscale: #E3E3E3. Windows color (decimal): -4784177 or 13631414. OLE color: 13631414.

HSL color Cylindrical-coordinate representation of color #B6FFCF: hue angle of 140.55º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B6FFCF is Cyan = 0.29, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.

Color convert

RGB182255207-
CMYK0.2900.190
HSL140.55º100%85.69%-
HSV(B)140.55º28.63%100%-
XYZ66.3185.9772.13-
YUV227.7116.3295.4-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 28.26%
GREEN value IS 255 (100% from 255) = 39.60%
BLUE value IS 207 (81.25% from 255) = 32.14%
R=28.26%
G=39.60%
B=32.14%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1822552070.2900.190140.5510085.69
HexB6FFCF1D01308d6456
Octal266377317350230215144126
Binary1011011011111111110011111110101001101000110111001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6FFCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6FFCF; }

 p { color: rgb(182,255,207); }

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

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

 a { background-color: rgb(182,255,207); }

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

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

 span { border-color: rgb(182,255,207); }

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