Html Css Color HEX #B2FEDF Magic Mint

📋 copy color: '#B2FEDF'

red 178 ◦ green 254 ◦ blue 223

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

Shades of Magic Mint #B2FEDF

Tints of Magic Mint #B2FEDF

RGB

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

 GREEN value IS 254 (99.61% from 255) = 38.78%

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

R = 27.18%
G = 38.78%
B = 34.05%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.12

 K value IS 0.00

RGB Variations

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

Color information

#B2FEDF (or 0xB2FEDF) is known color: Magic Mint. HEX triplet: B2, FE and DF. RGB value is (178,254,223). Sum of RGB (Red+Green+Blue) = 178+254+223=655 (86% of max value = 765). Red value is 178 (69.92% from 255 or 27.18% from 655); Green value is 254 (99.61% from 255 or 38.78% from 655); Blue value is 223 (87.5% from 255 or 34.05% from 655); Max value from RGB is 254 - color contains mainly: green. Hex color #B2FEDF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2FEDF is #4D0120. Grayscale: #E3E3E3. Windows color (decimal): -5046561 or 14679730. OLE color: 14679730.

HSL color Cylindrical-coordinate representation of color #B2FEDF: hue angle of 155.53º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B2FEDF is Cyan = 0.30, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.00.

Color convert

RGB 178 254 223 -
CMYK 0.30 0 0.12 0.00
HSL 155.53º 0.97% 0.85% -
HSV(B) 155.53º 0.3% 1% -
XYZ 67.12 85.68 82.81 -
YUV 227.74 125.32 92.52 -
System Red Green Blue C M Y K H S L
Decimal 178 254 223 0.30 0 0.12 0.00 155.53 0.97 0.85
Hex B2 FE DF 1E 0 C 0 9C 61 55
Octal 262 376 337 36 0 14 0 234 141 125
Binary 10110010 11111110 11011111 11110 0 1100 0 10011100 1100001 1010101

Color Harmonies of #B2FEDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2FEDF

Black with #B2FEDF

Text Example


Text Example

White with #B2FEDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2FEDF; }

 p { color: rgb(178,254,223); }

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

background-color css

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

 a { background-color: rgb(178,254,223); }

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

border-color css

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

 span { border-color: rgb(178,254,223); }

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