#9DFFBE

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

Shades of Magic Mint #9DFFBE

Tints of Magic Mint #9DFFBE

Color information

#9DFFBE (or 0x9DFFBE) is unknown color: approx Magic Mint. HEX triplet: 9D, FF and BE. RGB value is (157,255,190). Sum of RGB (Red+Green+Blue) = 157+255+190=602 (79% of max value = 765). Red value is 157 (61.72% from 255 or 26.08% from 602); Green value is 255 (100% from 255 or 42.36% from 602); Blue value is 190 (74.61% from 255 or 31.56% from 602); Max value from RGB is 255 - color contains mainly: green. Hex color #9DFFBE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9DFFBE is #620041. Grayscale: #DADADA. Windows color (decimal): -6422594 or 12517277. OLE color: 12517277.

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

Color convert

RGB157255190-
CMYK0.3800.250
HSL140.2º100%80.78%-
HSV(B)140.2º38.43%100%-
XYZ58.9682.4161.51-
YUV218.29112.0384.29-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 26.08%
GREEN value IS 255 (100% from 255) = 42.36%
BLUE value IS 190 (74.61% from 255) = 31.56%
R=26.08%
G=42.36%
B=31.56%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1572551900.3800.250140.210080.78
Hex9DFFBE2601908c6451
Octal235377276460310214144121
Binary10011101111111111011111010011001100101000110011001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DFFBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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