Html Css Color HEX #B0FEC6 Magic Mint

📋 copy color: '#B0FEC6'

red 176 ◦ green 254 ◦ blue 198

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

Shades of Magic Mint #B0FEC6

Tints of Magic Mint #B0FEC6

RGB

 RED value IS 176 (69.14% from 255) = 28.03%

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

 BLUE value IS 198 (77.73% from 255) = 31.53%

R = 28.03%
G = 40.45%
B = 31.53%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.22

 K value IS 0.00

RGB Variations

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

Color information

#B0FEC6 (or 0xB0FEC6) is known color: Magic Mint. HEX triplet: B0, FE and C6. RGB value is (176,254,198). Sum of RGB (Red+Green+Blue) = 176+254+198=628 (83% of max value = 765). Red value is 176 (69.14% from 255 or 28.03% from 628); Green value is 254 (99.61% from 255 or 40.45% from 628); Blue value is 198 (77.73% from 255 or 31.53% from 628); Max value from RGB is 254 - color contains mainly: green. Hex color #B0FEC6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0FEC6 is #4F0139. Grayscale: #E0E0E0. Windows color (decimal): -5177658 or 13041328. OLE color: 13041328.

HSL color Cylindrical-coordinate representation of color #B0FEC6: hue angle of 136.92º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B0FEC6 is Cyan = 0.31, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.00.

Color convert

RGB 176 254 198 -
CMYK 0.31 0 0.22 0.00
HSL 136.92º 0.98% 0.84% -
HSV(B) 136.92º 0.31% 1% -
XYZ 63.54 84.19 66.33 -
YUV 224.29 113.16 93.55 -
System Red Green Blue C M Y K H S L
Decimal 176 254 198 0.31 0 0.22 0.00 136.92 0.98 0.84
Hex B0 FE C6 1F 0 16 0 89 62 54
Octal 260 376 306 37 0 26 0 211 142 124
Binary 10110000 11111110 11000110 11111 0 10110 0 10001001 1100010 1010100

Color Harmonies of #B0FEC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0FEC6

Black with #B0FEC6

Text Example


Text Example

White with #B0FEC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0FEC6; }

 p { color: rgb(176,254,198); }

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

background-color css

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

 a { background-color: rgb(176,254,198); }

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

border-color css

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

 span { border-color: rgb(176,254,198); }

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