Html Css Color HEX #B6FFCE Magic Mint

📋 copy color: '#B6FFCE'

red 182 ◦ green 255 ◦ blue 206

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

Shades of Magic Mint #B6FFCE

Tints of Magic Mint #B6FFCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 32.04%

R = 28.3%
G = 39.66%
B = 32.04%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.19

 K value IS 0

RGB Variations

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

Color information

#B6FFCE (or 0xB6FFCE) is known color: Magic Mint. HEX triplet: B6, FF and CE. RGB value is (182,255,206). Sum of RGB (Red+Green+Blue) = 182+255+206=643 (85% of max value = 765). Red value is 182 (71.48% from 255 or 28.30% from 643); Green value is 255 (100% from 255 or 39.66% from 643); Blue value is 206 (80.86% from 255 or 32.04% from 643); Max value from RGB is 255 - color contains mainly: green. Hex color #B6FFCE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B6FFCE is #490031. Grayscale: #E3E3E3. Windows color (decimal): -4784178 or 13565878. OLE color: 13565878.

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

Color convert

RGB 182 255 206 -
CMYK 0.29 0 0.19 0
HSL 139.73º 1% 0.86% -
HSV(B) 139.73º 0.29% 1% -
XYZ 66.19 85.92 71.49 -
YUV 227.59 115.82 95.48 -
System Red Green Blue C M Y K H S L
Decimal 182 255 206 0.29 0 0.19 0 139.73 1 0.86
Hex B6 FF CE 1D 0 13 0 8C 64 56
Octal 266 377 316 35 0 23 0 214 144 126
Binary 10110110 11111111 11001110 11101 0 10011 0 10001100 1100100 1010110

Color Harmonies of #B6FFCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6FFCE

Black with #B6FFCE

Text Example


Text Example

White with #B6FFCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6FFCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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