Html Css Color HEX #B6FFDC Magic Mint

📋 copy color: '#B6FFDC'

red 182 ◦ green 255 ◦ blue 220

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

Shades of Magic Mint #B6FFDC

Tints of Magic Mint #B6FFDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 33.49%

R = 27.7%
G = 38.81%
B = 33.49%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.14

 K value IS 0

RGB Variations

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

Color information

#B6FFDC (or 0xB6FFDC) is known color: Magic Mint. HEX triplet: B6, FF and DC. RGB value is (182,255,220). Sum of RGB (Red+Green+Blue) = 182+255+220=657 (87% of max value = 765). Red value is 182 (71.48% from 255 or 27.70% from 657); Green value is 255 (100% from 255 or 38.81% from 657); Blue value is 220 (86.33% from 255 or 33.49% from 657); Max value from RGB is 255 - color contains mainly: green. Hex color #B6FFDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B6FFDC is #490023. Grayscale: #E5E5E5. Windows color (decimal): -4784164 or 14483382. OLE color: 14483382.

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

Color convert

RGB 182 255 220 -
CMYK 0.29 0 0.14 0
HSL 151.23º 1% 0.86% -
HSV(B) 151.23º 0.29% 1% -
XYZ 67.97 86.63 80.85 -
YUV 229.18 122.82 94.35 -
System Red Green Blue C M Y K H S L
Decimal 182 255 220 0.29 0 0.14 0 151.23 1 0.86
Hex B6 FF DC 1D 0 E 0 97 64 56
Octal 266 377 334 35 0 16 0 227 144 126
Binary 10110110 11111111 11011100 11101 0 1110 0 10010111 1100100 1010110

Color Harmonies of #B6FFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6FFDC

Black with #B6FFDC

Text Example


Text Example

White with #B6FFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6FFDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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