#B6FADD

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

Shades of Magic Mint #B6FADD

Tints of Magic Mint #B6FADD

Color information

#B6FADD (or 0xB6FADD) is unknown color: approx Magic Mint. HEX triplet: B6, FA and DD. RGB value is (182,250,221). Sum of RGB (Red+Green+Blue) = 182+250+221=653 (86% of max value = 765). Red value is 182 (71.48% from 255 or 27.87% from 653); Green value is 250 (98.05% from 255 or 38.28% from 653); Blue value is 221 (86.72% from 255 or 33.84% from 653); Max value from RGB is 250 - color contains mainly: green. Hex color #B6FADD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B6FADD is #490522. Grayscale: #E2E2E2. Windows color (decimal): -4785443 or 14547638. OLE color: 14547638.

HSL color Cylindrical-coordinate representation of color #B6FADD: hue angle of 154.41º degrees, saturation: 0.87, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B6FADD is Cyan = 0.27, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB182250221-
CMYK0.2700.120.02
HSL154.41º87.18%84.71%-
HSV(B)154.41º27.2%98.04%-
XYZ66.5383.5481.02-
YUV226.36124.9796.36-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 27.87%
GREEN value IS 250 (98.05% from 255) = 38.28%
BLUE value IS 221 (86.72% from 255) = 33.84%
R=27.87%
G=38.28%
B=33.84%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1822502210.2700.120.02154.4187.1884.71
HexB6FADD1B0C29a5755
Octal266372335330142232127125
Binary1011011011111010110111011101101100101001101010101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6FADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6FADD; }

 p { color: rgb(182,250,221); }

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

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

 a { background-color: rgb(182,250,221); }

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

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

 span { border-color: rgb(182,250,221); }

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