Html Css Color HEX #B0FEA4 Mint Green

📋 copy color: '#B0FEA4'

red 176 ◦ green 254 ◦ blue 164

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

Shades of Mint Green #B0FEA4

Tints of Mint Green #B0FEA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 27.61%

R = 29.63%
G = 42.76%
B = 27.61%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.35

 K value IS 0.00

RGB Variations

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

Color information

#B0FEA4 (or 0xB0FEA4) is known color: Mint Green. HEX triplet: B0, FE and A4. RGB value is (176,254,164). Sum of RGB (Red+Green+Blue) = 176+254+164=594 (78% of max value = 765). Red value is 176 (69.14% from 255 or 29.63% from 594); Green value is 254 (99.61% from 255 or 42.76% from 594); Blue value is 164 (64.45% from 255 or 27.61% from 594); Max value from RGB is 254 - color contains mainly: green. Hex color #B0FEA4 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B0FEA4 is #4F015B. Grayscale: #DCDCDC. Windows color (decimal): -5177692 or 10813104. OLE color: 10813104.

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

Color convert

RGB 176 254 164 -
CMYK 0.31 0 0.35 0.00
HSL 112º 0.98% 0.82% -
HSV(B) 112º 0.35% 1% -
XYZ 60.05 82.79 47.94 -
YUV 220.42 96.16 96.32 -
System Red Green Blue C M Y K H S L
Decimal 176 254 164 0.31 0 0.35 0.00 112 0.98 0.82
Hex B0 FE A4 1F 0 23 0 70 62 52
Octal 260 376 244 37 0 43 0 160 142 122
Binary 10110000 11111110 10100100 11111 0 100011 0 1110000 1100010 1010010

Color Harmonies of #B0FEA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0FEA4

Black with #B0FEA4

Text Example


Text Example

White with #B0FEA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0FEA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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