#B6FFDD

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

Shades of Magic Mint #B6FFDD

Tints of Magic Mint #B6FFDD

Color information

#B6FFDD (or 0xB6FFDD) is unknown color: approx Magic Mint. HEX triplet: B6, FF and DD. RGB value is (182,255,221). Sum of RGB (Red+Green+Blue) = 182+255+221=658 (87% of max value = 765). Red value is 182 (71.48% from 255 or 27.66% from 658); Green value is 255 (100% from 255 or 38.75% from 658); Blue value is 221 (86.72% from 255 or 33.59% from 658); Max value from RGB is 255 - color contains mainly: green. Hex color #B6FFDD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B6FFDD is #490022. Grayscale: #E5E5E5. Windows color (decimal): -4784163 or 14548918. OLE color: 14548918.

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

Color convert

RGB182255221-
CMYK0.2900.130
HSL152.05º100%85.69%-
HSV(B)152.05º28.63%100%-
XYZ68.186.6981.55-
YUV229.3123.3294.26-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 27.66%
GREEN value IS 255 (100% from 255) = 38.75%
BLUE value IS 221 (86.72% from 255) = 33.59%
R=27.66%
G=38.75%
B=33.59%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1822552210.2900.130152.0510085.69
HexB6FFDD1D0D0986456
Octal266377335350150230144126
Binary101101101111111111011101111010110101001100011001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6FFDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6FFDD; }

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

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

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

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

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

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

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

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