Html Css Color HEX #B6FFDB Magic Mint

📋 copy color: '#B6FFDB'

red 182 ◦ green 255 ◦ blue 219

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

Shades of Magic Mint #B6FFDB

Tints of Magic Mint #B6FFDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 33.38%

R = 27.74%
G = 38.87%
B = 33.38%

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

#B6FFDB (or 0xB6FFDB) is known color: Magic Mint. HEX triplet: B6, FF and DB. RGB value is (182,255,219). Sum of RGB (Red+Green+Blue) = 182+255+219=656 (86% of max value = 765). Red value is 182 (71.48% from 255 or 27.74% from 656); Green value is 255 (100% from 255 or 38.87% from 656); Blue value is 219 (85.94% from 255 or 33.38% from 656); Max value from RGB is 255 - color contains mainly: green. Hex color #B6FFDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B6FFDB is #490024. Grayscale: #E5E5E5. Windows color (decimal): -4784165 or 14417846. OLE color: 14417846.

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

Color convert

RGB 182 255 219 -
CMYK 0.29 0 0.14 0
HSL 150.41º 1% 0.86% -
HSV(B) 150.41º 0.29% 1% -
XYZ 67.84 86.58 80.15 -
YUV 229.07 122.32 94.43 -
System Red Green Blue C M Y K H S L
Decimal 182 255 219 0.29 0 0.14 0 150.41 1 0.86
Hex B6 FF DB 1D 0 E 0 96 64 56
Octal 266 377 333 35 0 16 0 226 144 126
Binary 10110110 11111111 11011011 11101 0 1110 0 10010110 1100100 1010110

Color Harmonies of #B6FFDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6FFDB

Black with #B6FFDB

Text Example


Text Example

White with #B6FFDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6FFDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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