Html Css Color HEX #B0FECE Magic Mint

📋 copy color: '#B0FECE'

red 176 ◦ green 254 ◦ blue 206

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

Shades of Magic Mint #B0FECE

Tints of Magic Mint #B0FECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 32.39%

R = 27.67%
G = 39.94%
B = 32.39%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.19

 K value IS 0.00

RGB Variations

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

Color information

#B0FECE (or 0xB0FECE) is known color: Magic Mint. HEX triplet: B0, FE and CE. RGB value is (176,254,206). Sum of RGB (Red+Green+Blue) = 176+254+206=636 (84% of max value = 765). Red value is 176 (69.14% from 255 or 27.67% from 636); Green value is 254 (99.61% from 255 or 39.94% from 636); Blue value is 206 (80.86% from 255 or 32.39% from 636); Max value from RGB is 254 - color contains mainly: green. Hex color #B0FECE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0FECE is #4F0131. Grayscale: #E1E1E1. Windows color (decimal): -5177650 or 13565616. OLE color: 13565616.

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

Color convert

RGB 176 254 206 -
CMYK 0.31 0 0.19 0.00
HSL 143.08º 0.98% 0.84% -
HSV(B) 143.08º 0.31% 1% -
XYZ 64.49 84.57 71.32 -
YUV 225.21 117.16 92.9 -
System Red Green Blue C M Y K H S L
Decimal 176 254 206 0.31 0 0.19 0.00 143.08 0.98 0.84
Hex B0 FE CE 1F 0 13 0 8F 62 54
Octal 260 376 316 37 0 23 0 217 142 124
Binary 10110000 11111110 11001110 11111 0 10011 0 10001111 1100010 1010100

Color Harmonies of #B0FECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0FECE

Black with #B0FECE

Text Example


Text Example

White with #B0FECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0FECE; }

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

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

background-color css

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

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

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

border-color css

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

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

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