Html Css Color HEX #B0FF9B Mint Green

📋 copy color: '#B0FF9B'

red 176 ◦ green 255 ◦ blue 155

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

Shades of Mint Green #B0FF9B

Tints of Mint Green #B0FF9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 26.45%

R = 30.03%
G = 43.52%
B = 26.45%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.39

 K value IS 0

RGB Variations

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

Color information

#B0FF9B (or 0xB0FF9B) is known color: Mint Green. HEX triplet: B0, FF and 9B. RGB value is (176,255,155). Sum of RGB (Red+Green+Blue) = 176+255+155=586 (77% of max value = 765). Red value is 176 (69.14% from 255 or 30.03% from 586); Green value is 255 (100% from 255 or 43.52% from 586); Blue value is 155 (60.94% from 255 or 26.45% from 586); Max value from RGB is 255 - color contains mainly: green. Hex color #B0FF9B is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B0FF9B is #4F0064. Grayscale: #DCDCDC. Windows color (decimal): -5177445 or 10223536. OLE color: 10223536.

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

Color convert

RGB 176 255 155 -
CMYK 0.31 0 0.39 0
HSL 107.4º 1% 0.8% -
HSV(B) 107.4º 0.39% 1% -
XYZ 59.58 83.12 43.91 -
YUV 219.98 91.33 96.63 -
System Red Green Blue C M Y K H S L
Decimal 176 255 155 0.31 0 0.39 0 107.4 1 0.8
Hex B0 FF 9B 1F 0 27 0 6B 64 50
Octal 260 377 233 37 0 47 0 153 144 120
Binary 10110000 11111111 10011011 11111 0 100111 0 1101011 1100100 1010000

Color Harmonies of #B0FF9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0FF9B

Black with #B0FF9B

Text Example


Text Example

White with #B0FF9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0FF9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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