Html Css Color HEX #B6FFD7 Magic Mint

📋 copy color: '#B6FFD7'

red 182 ◦ green 255 ◦ blue 215

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

Shades of Magic Mint #B6FFD7

Tints of Magic Mint #B6FFD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 32.98%

R = 27.91%
G = 39.11%
B = 32.98%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.16

 K value IS 0

RGB Variations

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

Color information

#B6FFD7 (or 0xB6FFD7) is known color: Magic Mint. HEX triplet: B6, FF and D7. RGB value is (182,255,215). Sum of RGB (Red+Green+Blue) = 182+255+215=652 (86% of max value = 765). Red value is 182 (71.48% from 255 or 27.91% from 652); Green value is 255 (100% from 255 or 39.11% from 652); Blue value is 215 (84.38% from 255 or 32.98% from 652); Max value from RGB is 255 - color contains mainly: green. Hex color #B6FFD7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B6FFD7 is #490028. Grayscale: #E4E4E4. Windows color (decimal): -4784169 or 14155702. OLE color: 14155702.

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

Color convert

RGB 182 255 215 -
CMYK 0.29 0 0.16 0
HSL 147.12º 1% 0.86% -
HSV(B) 147.12º 0.29% 1% -
XYZ 67.32 86.37 77.41 -
YUV 228.61 120.32 94.75 -
System Red Green Blue C M Y K H S L
Decimal 182 255 215 0.29 0 0.16 0 147.12 1 0.86
Hex B6 FF D7 1D 0 10 0 93 64 56
Octal 266 377 327 35 0 20 0 223 144 126
Binary 10110110 11111111 11010111 11101 0 10000 0 10010011 1100100 1010110

Color Harmonies of #B6FFD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6FFD7

Black with #B6FFD7

Text Example


Text Example

White with #B6FFD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6FFD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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