Html Css Color HEX #B2F7DC Magic Mint

📋 copy color: '#B2F7DC'

red 178 ◦ green 247 ◦ blue 220

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

Shades of Magic Mint #B2F7DC

Tints of Magic Mint #B2F7DC

RGB

 RED value IS 178 (69.92% from 255) = 27.6%

 GREEN value IS 247 (96.88% from 255) = 38.29%

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

R = 27.6%
G = 38.29%
B = 34.11%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.11

 K value IS 0.03

RGB Variations

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

Color information

#B2F7DC (or 0xB2F7DC) is known color: Magic Mint. HEX triplet: B2, F7 and DC. RGB value is (178,247,220). Sum of RGB (Red+Green+Blue) = 178+247+220=645 (85% of max value = 765). Red value is 178 (69.92% from 255 or 27.60% from 645); Green value is 247 (96.88% from 255 or 38.29% from 645); Blue value is 220 (86.33% from 255 or 34.11% from 645); Max value from RGB is 247 - color contains mainly: green. Hex color #B2F7DC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2F7DC is #4D0823. Grayscale: #DFDFDF. Windows color (decimal): -5048356 or 14481330. OLE color: 14481330.

HSL color Cylindrical-coordinate representation of color #B2F7DC: hue angle of 156.52º degrees, saturation: 0.81, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B2F7DC is Cyan = 0.28, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.03.

Color convert

RGB 178 247 220 -
CMYK 0.28 0 0.11 0.03
HSL 156.52º 0.81% 0.83% -
HSV(B) 156.52º 0.28% 0.97% -
XYZ 64.54 81.15 79.97 -
YUV 223.29 126.14 95.7 -
System Red Green Blue C M Y K H S L
Decimal 178 247 220 0.28 0 0.11 0.03 156.52 0.81 0.83
Hex B2 F7 DC 1C 0 B 3 9D 51 53
Octal 262 367 334 34 0 13 3 235 121 123
Binary 10110010 11110111 11011100 11100 0 1011 11 10011101 1010001 1010011

Color Harmonies of #B2F7DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2F7DC

Black with #B2F7DC

Text Example


Text Example

White with #B2F7DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2F7DC; }

 p { color: rgb(178,247,220); }

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

background-color css

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

 a { background-color: rgb(178,247,220); }

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

border-color css

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

 span { border-color: rgb(178,247,220); }

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