#9DFFBD

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

Shades of Magic Mint #9DFFBD

Tints of Magic Mint #9DFFBD

Color information

#9DFFBD (or 0x9DFFBD) is unknown color: approx Magic Mint. HEX triplet: 9D, FF and BD. RGB value is (157,255,189). Sum of RGB (Red+Green+Blue) = 157+255+189=601 (79% of max value = 765). Red value is 157 (61.72% from 255 or 26.12% from 601); Green value is 255 (100% from 255 or 42.43% from 601); Blue value is 189 (74.22% from 255 or 31.45% from 601); Max value from RGB is 255 - color contains mainly: green. Hex color #9DFFBD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9DFFBD is #620042. Grayscale: #DADADA. Windows color (decimal): -6422595 or 12451741. OLE color: 12451741.

HSL color Cylindrical-coordinate representation of color #9DFFBD: hue angle of 139.59º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9DFFBD is Cyan = 0.38, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.

Color convert

RGB157255189-
CMYK0.3800.260
HSL139.59º100%80.78%-
HSV(B)139.59º38.43%100%-
XYZ58.8582.3660.94-
YUV218.17111.5384.37-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 26.12%
GREEN value IS 255 (100% from 255) = 42.43%
BLUE value IS 189 (74.22% from 255) = 31.45%
R=26.12%
G=42.43%
B=31.45%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1572551890.3800.260139.5910080.78
Hex9DFFBD2601A08c6451
Octal235377275460320214144121
Binary10011101111111111011110110011001101001000110011001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DFFBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,255,189); }

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

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

 a { background-color: rgb(157,255,189); }

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

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

 span { border-color: rgb(157,255,189); }

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