#9BFFB5

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

Shades of Mint Green #9BFFB5

Tints of Mint Green #9BFFB5

Color information

#9BFFB5 (or 0x9BFFB5) is unknown color: approx Mint Green. HEX triplet: 9B, FF and B5. RGB value is (155,255,181). Sum of RGB (Red+Green+Blue) = 155+255+181=591 (78% of max value = 765). Red value is 155 (60.94% from 255 or 26.23% from 591); Green value is 255 (100% from 255 or 43.15% from 591); Blue value is 181 (71.09% from 255 or 30.63% from 591); Max value from RGB is 255 - color contains mainly: green. Hex color #9BFFB5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9BFFB5 is #64004A. Grayscale: #D8D8D8. Windows color (decimal): -6553675 or 11927451. OLE color: 11927451.

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

Color convert

RGB155255181-
CMYK0.3900.290
HSL135.6º100%80.39%-
HSV(B)135.6º39.22%100%-
XYZ57.6281.8256.47-
YUV216.66107.8784.02-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 26.23%
GREEN value IS 255 (100% from 255) = 43.15%
BLUE value IS 181 (71.09% from 255) = 30.63%
R=26.23%
G=43.15%
B=30.63%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1552551810.3900.290135.610080.39
Hex9BFFB52701D0886450
Octal233377265470350210144120
Binary10011011111111111011010110011101110101000100011001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BFFB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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