Html Css Color HEX #B6FFD0 Magic Mint

📋 copy color: '#B6FFD0'

red 182 ◦ green 255 ◦ blue 208

#B6FFD0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Magic Mint #B6FFD0

Tints of Magic Mint #B6FFD0

RGB

 RED value IS 182 (71.48% from 255) = 28.22%

 GREEN value IS 255 (100% from 255) = 39.53%

 BLUE value IS 208 (81.64% from 255) = 32.25%

R = 28.22%
G = 39.53%
B = 32.25%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.18

 K value IS 0

RGB Variations

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

Color information

#B6FFD0 (or 0xB6FFD0) is known color: Magic Mint. HEX triplet: B6, FF and D0. RGB value is (182,255,208). Sum of RGB (Red+Green+Blue) = 182+255+208=645 (85% of max value = 765). Red value is 182 (71.48% from 255 or 28.22% from 645); Green value is 255 (100% from 255 or 39.53% from 645); Blue value is 208 (81.64% from 255 or 32.25% from 645); Max value from RGB is 255 - color contains mainly: green. Hex color #B6FFD0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B6FFD0 is #49002F. Grayscale: #E3E3E3. Windows color (decimal): -4784176 or 13696950. OLE color: 13696950.

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

Color convert

RGB 182 255 208 -
CMYK 0.29 0 0.18 0
HSL 141.37º 1% 0.86% -
HSV(B) 141.37º 0.29% 1% -
XYZ 66.44 86.02 72.78 -
YUV 227.82 116.82 95.32 -
System Red Green Blue C M Y K H S L
Decimal 182 255 208 0.29 0 0.18 0 141.37 1 0.86
Hex B6 FF D0 1D 0 12 0 8D 64 56
Octal 266 377 320 35 0 22 0 215 144 126
Binary 10110110 11111111 11010000 11101 0 10010 0 10001101 1100100 1010110

Color Harmonies of #B6FFD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6FFD0

Black with #B6FFD0

Text Example


Text Example

White with #B6FFD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6FFD0; }

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

 H1.HeaderClassName
 {
   color: #B6FFD0;
 }
 .AnyTagClassName
 {
   color: #B6FFD0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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