Html Css Color HEX #B2FED7 Magic Mint

📋 copy color: '#B2FED7'

red 178 ◦ green 254 ◦ blue 215

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

Shades of Magic Mint #B2FED7

Tints of Magic Mint #B2FED7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 33.23%

R = 27.51%
G = 39.26%
B = 33.23%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.15

 K value IS 0.00

RGB Variations

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

Color information

#B2FED7 (or 0xB2FED7) is known color: Magic Mint. HEX triplet: B2, FE and D7. RGB value is (178,254,215). Sum of RGB (Red+Green+Blue) = 178+254+215=647 (85% of max value = 765). Red value is 178 (69.92% from 255 or 27.51% from 647); Green value is 254 (99.61% from 255 or 39.26% from 647); Blue value is 215 (84.38% from 255 or 33.23% from 647); Max value from RGB is 254 - color contains mainly: green. Hex color #B2FED7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2FED7 is #4D0128. Grayscale: #E2E2E2. Windows color (decimal): -5046569 or 14155442. OLE color: 14155442.

HSL color Cylindrical-coordinate representation of color #B2FED7: hue angle of 149.21º 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 #B2FED7 is Cyan = 0.30, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.00.

Color convert

RGB 178 254 215 -
CMYK 0.30 0 0.15 0.00
HSL 149.21º 0.97% 0.85% -
HSV(B) 149.21º 0.3% 1% -
XYZ 66.07 85.25 77.26 -
YUV 226.83 121.32 93.17 -
System Red Green Blue C M Y K H S L
Decimal 178 254 215 0.30 0 0.15 0.00 149.21 0.97 0.85
Hex B2 FE D7 1E 0 F 0 95 61 55
Octal 262 376 327 36 0 17 0 225 141 125
Binary 10110010 11111110 11010111 11110 0 1111 0 10010101 1100001 1010101

Color Harmonies of #B2FED7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2FED7

Black with #B2FED7

Text Example


Text Example

White with #B2FED7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2FED7; }

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

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

background-color css

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

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

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

border-color css

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

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

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