#B6FCDC

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

Shades of Magic Mint #B6FCDC

Tints of Magic Mint #B6FCDC

Color information

#B6FCDC (or 0xB6FCDC) is unknown color: approx Magic Mint. HEX triplet: B6, FC and DC. RGB value is (182,252,220). Sum of RGB (Red+Green+Blue) = 182+252+220=654 (86% of max value = 765). Red value is 182 (71.48% from 255 or 27.83% from 654); Green value is 252 (98.83% from 255 or 38.53% from 654); Blue value is 220 (86.33% from 255 or 33.64% from 654); Max value from RGB is 252 - color contains mainly: green. Hex color #B6FCDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B6FCDC is #490323. Grayscale: #E3E3E3. Windows color (decimal): -4784932 or 14482614. OLE color: 14482614.

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

Color convert

RGB182252220-
CMYK0.2800.130.01
HSL152.57º92.11%85.1%-
HSV(B)152.57º27.78%98.82%-
XYZ67.0284.7380.53-
YUV227.42123.8195.6-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 27.83%
GREEN value IS 252 (98.83% from 255) = 38.53%
BLUE value IS 220 (86.33% from 255) = 33.64%
R=27.83%
G=38.53%
B=33.64%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1822522200.2800.130.01152.5792.1185.1
HexB6FCDC1C0D1995c55
Octal266374334340151231134125
Binary101101101111110011011100111000110111001100110111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6FCDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6FCDC; }

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

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

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

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

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

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

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

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