Html Css Color HEX #B0FFAC Mint Green

📋 copy color: '#B0FFAC'

red 176 ◦ green 255 ◦ blue 172

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

Shades of Mint Green #B0FFAC

Tints of Mint Green #B0FFAC

RGB

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

 GREEN value IS 255 (100% from 255) = 42.29%

 BLUE value IS 172 (67.58% from 255) = 28.52%

R = 29.19%
G = 42.29%
B = 28.52%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.33

 K value IS 0

RGB Variations

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

Color information

#B0FFAC (or 0xB0FFAC) is known color: Mint Green. HEX triplet: B0, FF and AC. RGB value is (176,255,172). Sum of RGB (Red+Green+Blue) = 176+255+172=603 (79% of max value = 765). Red value is 176 (69.14% from 255 or 29.19% from 603); Green value is 255 (100% from 255 or 42.29% from 603); Blue value is 172 (67.58% from 255 or 28.52% from 603); Max value from RGB is 255 - color contains mainly: green. Hex color #B0FFAC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B0FFAC is #4F0053. Grayscale: #DEDEDE. Windows color (decimal): -5177428 or 11337648. OLE color: 11337648.

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

Color convert

RGB 176 255 172 -
CMYK 0.31 0 0.33 0
HSL 117.11º 1% 0.84% -
HSV(B) 117.11º 0.33% 1% -
XYZ 61.11 83.73 51.97 -
YUV 221.92 99.83 95.25 -
System Red Green Blue C M Y K H S L
Decimal 176 255 172 0.31 0 0.33 0 117.11 1 0.84
Hex B0 FF AC 1F 0 21 0 75 64 54
Octal 260 377 254 37 0 41 0 165 144 124
Binary 10110000 11111111 10101100 11111 0 100001 0 1110101 1100100 1010100

Color Harmonies of #B0FFAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0FFAC

Black with #B0FFAC

Text Example


Text Example

White with #B0FFAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0FFAC; }

 p { color: rgb(176,255,172); }

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

background-color css

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

 a { background-color: rgb(176,255,172); }

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

border-color css

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

 span { border-color: rgb(176,255,172); }

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