Html Css Color HEX #B2FED9 Magic Mint

📋 copy color: '#B2FED9'

red 178 ◦ green 254 ◦ blue 217

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

Shades of Magic Mint #B2FED9

Tints of Magic Mint #B2FED9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 33.44%

R = 27.43%
G = 39.14%
B = 33.44%

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

#B2FED9 (or 0xB2FED9) is known color: Magic Mint. HEX triplet: B2, FE and D9. RGB value is (178,254,217). Sum of RGB (Red+Green+Blue) = 178+254+217=649 (85% of max value = 765). Red value is 178 (69.92% from 255 or 27.43% from 649); Green value is 254 (99.61% from 255 or 39.14% from 649); Blue value is 217 (85.16% from 255 or 33.44% from 649); Max value from RGB is 254 - color contains mainly: green. Hex color #B2FED9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2FED9 is #4D0126. Grayscale: #E3E3E3. Windows color (decimal): -5046567 or 14286514. OLE color: 14286514.

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

Color convert

RGB 178 254 217 -
CMYK 0.30 0 0.15 0.00
HSL 150.79º 0.97% 0.85% -
HSV(B) 150.79º 0.3% 1% -
XYZ 66.33 85.36 78.63 -
YUV 227.06 122.32 93.01 -
System Red Green Blue C M Y K H S L
Decimal 178 254 217 0.30 0 0.15 0.00 150.79 0.97 0.85
Hex B2 FE D9 1E 0 F 0 97 61 55
Octal 262 376 331 36 0 17 0 227 141 125
Binary 10110010 11111110 11011001 11110 0 1111 0 10010111 1100001 1010101

Color Harmonies of #B2FED9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2FED9

Black with #B2FED9

Text Example


Text Example

White with #B2FED9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2FED9; }

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

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

background-color css

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

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

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

border-color css

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

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

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