Html Css Color HEX #B0FFA6 Mint Green

📋 copy color: '#B0FFA6'

red 176 ◦ green 255 ◦ blue 166

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

Shades of Mint Green #B0FFA6

Tints of Mint Green #B0FFA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 27.81%

R = 29.48%
G = 42.71%
B = 27.81%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.35

 K value IS 0

RGB Variations

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

Color information

#B0FFA6 (or 0xB0FFA6) is known color: Mint Green. HEX triplet: B0, FF and A6. RGB value is (176,255,166). Sum of RGB (Red+Green+Blue) = 176+255+166=597 (79% of max value = 765). Red value is 176 (69.14% from 255 or 29.48% from 597); Green value is 255 (100% from 255 or 42.71% from 597); Blue value is 166 (65.23% from 255 or 27.81% from 597); Max value from RGB is 255 - color contains mainly: green. Hex color #B0FFA6 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B0FFA6 is #4F0059. Grayscale: #DDDDDD. Windows color (decimal): -5177434 or 10944432. OLE color: 10944432.

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

Color convert

RGB 176 255 166 -
CMYK 0.31 0 0.35 0
HSL 113.26º 1% 0.83% -
HSV(B) 113.26º 0.35% 1% -
XYZ 60.55 83.5 49 -
YUV 221.23 96.83 95.74 -
System Red Green Blue C M Y K H S L
Decimal 176 255 166 0.31 0 0.35 0 113.26 1 0.83
Hex B0 FF A6 1F 0 23 0 71 64 53
Octal 260 377 246 37 0 43 0 161 144 123
Binary 10110000 11111111 10100110 11111 0 100011 0 1110001 1100100 1010011

Color Harmonies of #B0FFA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0FFA6

Black with #B0FFA6

Text Example


Text Example

White with #B0FFA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0FFA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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