#B0FFAA

Color #B0FFAA Mint Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mint Green #B0FFAA

Tints of Mint Green #B0FFAA

Color information

#B0FFAA (or 0xB0FFAA) is unknown color: approx Mint Green. HEX triplet: B0, FF and AA. RGB value is (176,255,170). Sum of RGB (Red+Green+Blue) = 176+255+170=601 (79% of max value = 765). Red value is 176 (69.14% from 255 or 29.28% from 601); Green value is 255 (100% from 255 or 42.43% from 601); Blue value is 170 (66.80% from 255 or 28.29% from 601); Max value from RGB is 255 - color contains mainly: green. Hex color #B0FFAA is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B0FFAA is #4F0055. Grayscale: #DDDDDD. Windows color (decimal): -5177430 or 11206576. OLE color: 11206576.

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

Color convert

RGB176255170-
CMYK0.3100.330
HSL115.76º100%83.33%-
HSV(B)115.76º33.33%100%-
XYZ60.9283.6550.97-
YUV221.6998.8395.41-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 29.28%
GREEN value IS 255 (100% from 255) = 42.43%
BLUE value IS 170 (66.80% from 255) = 28.29%
R=29.28%
G=42.43%
B=28.29%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1762551700.3100.330115.7610083.33
HexB0FFAA1F0210746453
Octal260377252370410164144123
Binary1011000011111111101010101111101000010111010011001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0FFAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0FFAA; }

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

 H1.HeaderClassName
 {
   color: #B0FFAA;
 }
 .AnyTagClassName
 {
   color: #B0FFAA;
 }
</style>
background-color css

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

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

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

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

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

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