Html Css Color HEX #B0FECB Magic Mint

📋 copy color: '#B0FECB'

red 176 ◦ green 254 ◦ blue 203

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

Shades of Magic Mint #B0FECB

Tints of Magic Mint #B0FECB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 32.07%

R = 27.8%
G = 40.13%
B = 32.07%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.20

 K value IS 0.00

RGB Variations

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

Color information

#B0FECB (or 0xB0FECB) is known color: Magic Mint. HEX triplet: B0, FE and CB. RGB value is (176,254,203). Sum of RGB (Red+Green+Blue) = 176+254+203=633 (83% of max value = 765). Red value is 176 (69.14% from 255 or 27.80% from 633); Green value is 254 (99.61% from 255 or 40.13% from 633); Blue value is 203 (79.69% from 255 or 32.07% from 633); Max value from RGB is 254 - color contains mainly: green. Hex color #B0FECB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0FECB is #4F0134. Grayscale: #E0E0E0. Windows color (decimal): -5177653 or 13369008. OLE color: 13369008.

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

Color convert

RGB 176 254 203 -
CMYK 0.31 0 0.20 0.00
HSL 140.77º 0.98% 0.84% -
HSV(B) 140.77º 0.31% 1% -
XYZ 64.13 84.43 69.42 -
YUV 224.86 115.66 93.15 -
System Red Green Blue C M Y K H S L
Decimal 176 254 203 0.31 0 0.20 0.00 140.77 0.98 0.84
Hex B0 FE CB 1F 0 14 0 8D 62 54
Octal 260 376 313 37 0 24 0 215 142 124
Binary 10110000 11111110 11001011 11111 0 10100 0 10001101 1100010 1010100

Color Harmonies of #B0FECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0FECB

Black with #B0FECB

Text Example


Text Example

White with #B0FECB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0FECB; }

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

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

background-color css

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

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

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

border-color css

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

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

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