Html Css Color HEX #B0FED6 Magic Mint

📋 copy color: '#B0FED6'

red 176 ◦ green 254 ◦ blue 214

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

Shades of Magic Mint #B0FED6

Tints of Magic Mint #B0FED6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 33.23%

R = 27.33%
G = 39.44%
B = 33.23%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.16

 K value IS 0.00

RGB Variations

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

Color information

#B0FED6 (or 0xB0FED6) is known color: Magic Mint. HEX triplet: B0, FE and D6. RGB value is (176,254,214). Sum of RGB (Red+Green+Blue) = 176+254+214=644 (85% of max value = 765). Red value is 176 (69.14% from 255 or 27.33% from 644); Green value is 254 (99.61% from 255 or 39.44% from 644); Blue value is 214 (83.98% from 255 or 33.23% from 644); Max value from RGB is 254 - color contains mainly: green. Hex color #B0FED6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0FED6 is #4F0129. Grayscale: #E2E2E2. Windows color (decimal): -5177642 or 14089904. OLE color: 14089904.

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

Color convert

RGB 176 254 214 -
CMYK 0.31 0 0.16 0.00
HSL 149.23º 0.98% 0.84% -
HSV(B) 149.23º 0.31% 1% -
XYZ 65.48 84.97 76.57 -
YUV 226.12 121.16 92.25 -
System Red Green Blue C M Y K H S L
Decimal 176 254 214 0.31 0 0.16 0.00 149.23 0.98 0.84
Hex B0 FE D6 1F 0 10 0 95 62 54
Octal 260 376 326 37 0 20 0 225 142 124
Binary 10110000 11111110 11010110 11111 0 10000 0 10010101 1100010 1010100

Color Harmonies of #B0FED6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0FED6

Black with #B0FED6

Text Example


Text Example

White with #B0FED6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0FED6; }

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

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

background-color css

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

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

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

border-color css

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

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

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