#9BFFB1

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

Shades of Mint Green #9BFFB1

Tints of Mint Green #9BFFB1

Color information

#9BFFB1 (or 0x9BFFB1) is unknown color: approx Mint Green. HEX triplet: 9B, FF and B1. RGB value is (155,255,177). Sum of RGB (Red+Green+Blue) = 155+255+177=587 (77% of max value = 765). Red value is 155 (60.94% from 255 or 26.41% from 587); Green value is 255 (100% from 255 or 43.44% from 587); Blue value is 177 (69.53% from 255 or 30.15% from 587); Max value from RGB is 255 - color contains mainly: green. Hex color #9BFFB1 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9BFFB1 is #64004E. Grayscale: #D8D8D8. Windows color (decimal): -6553679 or 11665307. OLE color: 11665307.

HSL color Cylindrical-coordinate representation of color #9BFFB1: hue angle of 133.2º 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 #9BFFB1 is Cyan = 0.39, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.

Color convert

RGB155255177-
CMYK0.3900.310
HSL133.2º100%80.39%-
HSV(B)133.2º39.22%100%-
XYZ57.2181.6654.34-
YUV216.21105.8784.34-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 26.41%
GREEN value IS 255 (100% from 255) = 43.44%
BLUE value IS 177 (69.53% from 255) = 30.15%
R=26.41%
G=43.44%
B=30.15%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1552551770.3900.310133.210080.39
Hex9BFFB12701F0856450
Octal233377261470370205144120
Binary10011011111111111011000110011101111101000010111001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BFFB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9BFFB1; }

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

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

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

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

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

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

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

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