Html Css Color HEX #B6FFDF Magic Mint

📋 copy color: '#B6FFDF'

red 182 ◦ green 255 ◦ blue 223

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

Shades of Magic Mint #B6FFDF

Tints of Magic Mint #B6FFDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 33.79%

R = 27.58%
G = 38.64%
B = 33.79%

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

#B6FFDF (or 0xB6FFDF) is known color: Magic Mint. HEX triplet: B6, FF and DF. RGB value is (182,255,223). Sum of RGB (Red+Green+Blue) = 182+255+223=660 (87% of max value = 765). Red value is 182 (71.48% from 255 or 27.58% from 660); Green value is 255 (100% from 255 or 38.64% from 660); Blue value is 223 (87.5% from 255 or 33.79% from 660); Max value from RGB is 255 - color contains mainly: green. Hex color #B6FFDF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B6FFDF is #490020. Grayscale: #E5E5E5. Windows color (decimal): -4784161 or 14679990. OLE color: 14679990.

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

Color convert

RGB 182 255 223 -
CMYK 0.29 0 0.13 0
HSL 153.7º 1% 0.86% -
HSV(B) 153.7º 0.29% 1% -
XYZ 68.37 86.79 82.96 -
YUV 229.53 124.32 94.1 -
System Red Green Blue C M Y K H S L
Decimal 182 255 223 0.29 0 0.13 0 153.7 1 0.86
Hex B6 FF DF 1D 0 D 0 9A 64 56
Octal 266 377 337 35 0 15 0 232 144 126
Binary 10110110 11111111 11011111 11101 0 1101 0 10011010 1100100 1010110

Color Harmonies of #B6FFDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6FFDF

Black with #B6FFDF

Text Example


Text Example

White with #B6FFDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6FFDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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