#B6FFDA

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

Shades of Magic Mint #B6FFDA

Tints of Magic Mint #B6FFDA

Color information

#B6FFDA (or 0xB6FFDA) is unknown color: approx Magic Mint. HEX triplet: B6, FF and DA. RGB value is (182,255,218). Sum of RGB (Red+Green+Blue) = 182+255+218=655 (86% of max value = 765). Red value is 182 (71.48% from 255 or 27.79% from 655); Green value is 255 (100% from 255 or 38.93% from 655); Blue value is 218 (85.55% from 255 or 33.28% from 655); Max value from RGB is 255 - color contains mainly: green. Hex color #B6FFDA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B6FFDA is #490025. Grayscale: #E5E5E5. Windows color (decimal): -4784166 or 14352310. OLE color: 14352310.

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

Color convert

RGB182255218-
CMYK0.2900.150
HSL149.59º100%85.69%-
HSV(B)149.59º28.63%100%-
XYZ67.7186.5379.46-
YUV228.96121.8294.51-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 27.79%
GREEN value IS 255 (100% from 255) = 38.93%
BLUE value IS 218 (85.55% from 255) = 33.28%
R=27.79%
G=38.93%
B=33.28%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1822552180.2900.150149.5910085.69
HexB6FFDA1D0F0966456
Octal266377332350170226144126
Binary101101101111111111011010111010111101001011011001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6FFDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6FFDA; }

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

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

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

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

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

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

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

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