Html Css Color HEX #B1FED0 Magic Mint

📋 copy color: '#B1FED0'

red 177 ◦ green 254 ◦ blue 208

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

Shades of Magic Mint #B1FED0

Tints of Magic Mint #B1FED0

RGB

 RED value IS 177 (69.53% from 255) = 27.7%

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

 BLUE value IS 208 (81.64% from 255) = 32.55%

R = 27.7%
G = 39.75%
B = 32.55%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.18

 K value IS 0.00

RGB Variations

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

Color information

#B1FED0 (or 0xB1FED0) is known color: Magic Mint. HEX triplet: B1, FE and D0. RGB value is (177,254,208). Sum of RGB (Red+Green+Blue) = 177+254+208=639 (84% of max value = 765). Red value is 177 (69.53% from 255 or 27.70% from 639); Green value is 254 (99.61% from 255 or 39.75% from 639); Blue value is 208 (81.64% from 255 or 32.55% from 639); Max value from RGB is 254 - color contains mainly: green. Hex color #B1FED0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1FED0 is #4E012F. Grayscale: #E1E1E1. Windows color (decimal): -5112112 or 13696689. OLE color: 13696689.

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

Color convert

RGB 177 254 208 -
CMYK 0.30 0 0.18 0.00
HSL 144.16º 0.97% 0.85% -
HSV(B) 144.16º 0.3% 1% -
XYZ 64.96 84.78 72.62 -
YUV 225.73 117.99 93.24 -
System Red Green Blue C M Y K H S L
Decimal 177 254 208 0.30 0 0.18 0.00 144.16 0.97 0.85
Hex B1 FE D0 1E 0 12 0 90 61 55
Octal 261 376 320 36 0 22 0 220 141 125
Binary 10110001 11111110 11010000 11110 0 10010 0 10010000 1100001 1010101

Color Harmonies of #B1FED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1FED0

Black with #B1FED0

Text Example


Text Example

White with #B1FED0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1FED0; }

 p { color: rgb(177,254,208); }

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

background-color css

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

 a { background-color: rgb(177,254,208); }

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

border-color css

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

 span { border-color: rgb(177,254,208); }

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