Html Css Color HEX #B6FFDD Magic Mint

📋 copy color: '#B6FFDD'

red 182 ◦ green 255 ◦ blue 221

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

Shades of Magic Mint #B6FFDD

Tints of Magic Mint #B6FFDD

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 value IS 0.29

 M value IS 0

 Y value IS 0.13

 K value IS 0

RGB Variations

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

Color information

#B6FFDD (or 0xB6FFDD) is known color: 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

RGB 182 255 221 -
CMYK 0.29 0 0.13 0
HSL 152.05º 1% 0.86% -
HSV(B) 152.05º 0.29% 1% -
XYZ 68.1 86.69 81.55 -
YUV 229.3 123.32 94.26 -
System Red Green Blue C M Y K H S L
Decimal 182 255 221 0.29 0 0.13 0 152.05 1 0.86
Hex B6 FF DD 1D 0 D 0 98 64 56
Octal 266 377 335 35 0 15 0 230 144 126
Binary 10110110 11111111 11011101 11101 0 1101 0 10011000 1100100 1010110

Color Harmonies of #B6FFDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6FFDD

Black with #B6FFDD

Text Example


Text Example

White with #B6FFDD

Text Example


Text Example

HTML Codes & Css Web 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>